X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=man%2Fman1%2FMakefile.am;h=09ee0be7de7dca1f003315f4728abdbf6aaa8262;hp=b3e6bdb54cab3b740bcb197136ba688cab1add3d;hb=078278ce973d8513474e9505095a04f3a6db04c0;hpb=954f1435c53be3c861e662d9a6699227c612de57 diff --git a/man/man1/Makefile.am b/man/man1/Makefile.am index b3e6bdb5..09ee0be7 100644 --- a/man/man1/Makefile.am +++ b/man/man1/Makefile.am @@ -1,45 +1,15 @@ # Makefile.am for man/man1/ -pkgconfdir = @PKGCONFDIR@ - -SUFFIXES= .tmpl . - -.tmpl: - sed -e s@:SBINDIR:@${sbindir}@ \ - -e s@:BINDIR:@${bindir}@ \ - -e s@:ETCDIR:@${pkgconfdir}@ \ - -e s@:LIBDIR:@${libdir}@ \ - -e s@:DEFAULT_CNID_SCHEME:@${DEFAULT_CNID_SCHEME}@ \ - <$< >$@ - -GENERATED_MANS = uniconv.1 asip-status.pl.1 -TEMPLATE_FILES = uniconv.1.tmpl asip-status.pl.1.tmpl -NONGENERATED_MANS = ad.1 \ - afppasswd.1 \ - apple_dump.1 \ - dbd.1 \ - hqx2bin.1 \ - macbinary.1 \ - megatron.1 \ - netatalk-config.1 \ - single2bin.1 \ - unbin.1 \ - unhex.1 \ - unsingle.1 -ATALK_MANS = aecho.1 \ - getzones.1 \ - nbp.1 \ - nbplkup.1 \ - nbprgstr.1 \ - nbpunrgstr.1 \ - pap.1 \ - papstatus.1 \ - psorder.1 - -if USE_APPLETALK -NONGENERATED_MANS += $(ATALK_MANS) -endif - -man_MANS = $(GENERATED_MANS) $(NONGENERATED_MANS) -CLEANFILES = $(GENERATED_MANS) -EXTRA_DIST = $(TEMPLATE_FILES) $(NONGENERATED_MANS) $(ATALK_MANS) +man_MANS = \ + ad.1 \ + afpldaptest.1 \ + afppasswd.1 \ + afpstats.1 \ + apple_dump.1 \ + asip-status.pl.1 \ + dbd.1 \ + macusers.1 \ + netatalk-config.1 \ + uniconv.1 + +CLEANFILES = $(man_MANS)