X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=man%2Fman1%2FMakefile.am;h=f02ba61c18478b6bf5eb4957e378651888eb1a9d;hb=16d56b8b692ede5277708dcb0bb038e1c71e8896;hp=0157bd615252aae7a6b29ec701e157812f4a5531;hpb=1bf5a55b0fa761de2498b2009f3c0d4ce8048c90;p=netatalk.git diff --git a/man/man1/Makefile.am b/man/man1/Makefile.am index 0157bd61..f02ba61c 100644 --- a/man/man1/Makefile.am +++ b/man/man1/Makefile.am @@ -1,5 +1,45 @@ # Makefile.am for man/man1/ -man_MANS = aecho.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 +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 = apple_cp.1 apple_mv.1 apple_rm.1 uniconv.1 asip-status.pl.1 +TEMPLATE_FILES = apple_cp.1.tmpl apple_mv.1.tmpl apple_rm.1.tmpl uniconv.1.tmpl asip-status.pl.1.tmpl +NONGENERATED_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 \ + cnid_index.1 + +man_MANS = $(GENERATED_MANS) $(NONGENERATED_MANS) + +CLEANFILES = $(GENERATED_MANS) + +EXTRA_DIST = $(TEMPLATE_FILES) $(NONGENERATED_MANS) -EXTRA_DIST = $(man_MANS)