From: Elio C. G. <el...@us...> - 2004-09-15 20:12:55
|
Update of /cvsroot/davinci/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25913 Modified Files: Makefile Log Message: New clean target Index: Makefile =================================================================== RCS file: /cvsroot/davinci/docs/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile 15 Sep 2004 17:47:21 -0000 1.3 --- Makefile 15 Sep 2004 20:12:36 -0000 1.4 *************** *** 39,42 **** --- 39,46 ---- echo "Man pages are up to date." + .PHONY clean + clean: + rm -f $(HTMLDOCS) $(PDFDOCS) $(MANDOCS) + # Pattern rule to generate html with xsltproc %.html: %.xml |