pam: doc/Makefile.am - added ps,text,html targets

baggins baggins at pld-linux.org
Thu Jul 14 00:20:55 CEST 2005


Author: baggins                      Date: Wed Jul 13 22:20:55 2005 GMT
Module: pam                           Tag: HEAD
---- Log message:
- added ps,text,html targets

---- Files affected:
pam/doc:
   Makefile.am (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: pam/doc/Makefile.am
diff -u pam/doc/Makefile.am:1.5 pam/doc/Makefile.am:1.6
--- pam/doc/Makefile.am:1.5	Thu Oct  3 01:44:10 2002
+++ pam/doc/Makefile.am	Thu Jul 14 00:20:49 2005
@@ -56,8 +56,6 @@
 	fi ; \
 	done
 
-pdf: $(PDFFILES)
-
 $(PDFFILES) : $(PSFILES)
 	@for i in $(FILES) ; do \
 	if [ ! -f "pdf/$$i.pdf" ] || [ "ps/$$i.ps" -nt "ps/$$i.pdf" ]; then \
@@ -76,3 +74,7 @@
 	@echo '  and that is all -->' >> modules.sgml
 	@cat modules/*.sgml >> modules.sgml
 
+text: $(TEXTS)
+html: $(HTMLS)
+ps: $(PSFILES)
+pdf: $(PDFFILES)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/pam/doc/Makefile.am?r1=1.5&r2=1.6&f=u




More information about the pld-cvs-commit mailing list