]> arthur.barton.de Git - netatalk.git/commitdiff
Added netatalk-config(1).
authorsrittau <srittau>
Tue, 19 Jun 2001 00:28:09 +0000 (00:28 +0000)
committersrittau <srittau>
Tue, 19 Jun 2001 00:28:09 +0000 (00:28 +0000)
General cleanup.

man/man1/Makefile.am

index cd9f49731d1ae6db0b2c82e515beea4705dd9d3e..b597d51b797aadb470e3b77b1375f3c9651b8aa5 100644 (file)
@@ -1,6 +1,26 @@
 # Makefile.am for man/man1/
 
-man_MANS = achfile.1 aecho.1 afile.1 afppasswd.1 getzones.1 hqx2bin.1 macbinary.1 megatron.1 nbp.1 nbplkup.1 nbprgstr.1 nbpunrgstr.1 pap.1 papstatus.1 psorder.1 single2bin.1 unbin.1 unhex.1 unsingle.1
+man_MANS = \
+       achfile.1 \
+       acleandir.1 \
+       aecho.1 \
+       afile.1 \
+       afppasswd.1 \
+       getzones.1 \
+       hqx2bin.1 \
+       macbinary.1 \
+       megatron.1 \
+       nbp.1 \
+       nbplkup.1 \
+       nbprgstr.1 \
+       nbpunrgstr.1 \
+       netatalk-config.1 \
+       pap.1 \
+       papstatus.1 \
+       psorder.1 \
+       single2bin.1 \
+       unbin.1 \
+       unhex.1 \
+       unsingle.1
 
-EXTRA_DIST = $(man_MANS) acleandir.1
-# acleandir.1 is not currently used since acleandir is not installed yet
+EXTRA_DIST = $(man_MANS)