From 270a30c1a350d791053937c72e6ce6cc63a64088 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Thu, 13 Dec 2007 23:40:55 +0000 Subject: Replace plpnfsd with plpfuse. Other minor simplifications to the build system. --- doc/Makefile.am | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'doc/Makefile.am') diff --git a/doc/Makefile.am b/doc/Makefile.am index 82ae0cc..2936821 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,9 +1,9 @@ SUBDIRS = api -EXTRA_DIST = ncpd.man.in plpnfsd.man.in plpftp.man.in sisinstall.man.in \ +EXTRA_DIST = ncpd.man.in plpfuse.man.in plpftp.man.in sisinstall.man.in \ plpprintd.man.in -man_MANS = ncpd.8 plpnfsd.8 plpftp.1 sisinstall.1 plpprintd.8 +man_MANS = ncpd.8 plpfuse.8 plpftp.1 sisinstall.1 plpprintd.8 %.1: %.man MANDATE=`grep CHECKIN $< | $(AWK) '{print $$4}'` ; \ @@ -13,9 +13,5 @@ man_MANS = ncpd.8 plpnfsd.8 plpftp.1 sisinstall.1 plpprintd.8 MANDATE=`grep CHECKIN $< | $(AWK) '{print $$4}'` ; \ $(SED) -e "s%@MANDATE@%$$MANDATE%g" $< > $@ -# -# remove all intermediate files that can be recreated using -# Makefile.cvs -# maintainer-clean-local: - rm -f Makefile.in *.1 *.8 + rm -f *.1 *.8 -- cgit v1.2.3