chiark / gitweb /
configure.in: Reformat --with-logfile help text.
[tripe] / configure.in
index 972fcf604574a5845ac600076f4405e845a95612..2ba928b27c1b20e17383248c0ba3007843b80672 100644 (file)
@@ -95,8 +95,8 @@ AC_ARG_WITH([initconfig],
 [initconfig=/etc/tripe.conf])
 
 AC_ARG_WITH([logfile],
-[  --with-logfile=DIR       make tripectl write its log to FILE 
-                           [default=./tripe.log]],
+[  --with-logfile=DIR      make tripectl write its log to FILE 
+                          [default=./tripe.log]],
 [logfile=$withval],
 [logfile=tripe.log])
 
@@ -256,7 +256,7 @@ AC_OUTPUT( \
        Makefile \
        common/Makefile client/Makefile server/Makefile \
        proxy/Makefile pkstream/Makefile \
-       doc/Makefile \
+       doc/Makefile doc/tripe.8 doc/tripectl.1 \
        wireshark/Makefile \
        init/Makefile init/tripe-init \
        keys/Makefile keys/tripe-keys \