From: Taj M. <taj...@us...> - 2005-03-20 02:19:23
|
Update of /cvsroot/davinci/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17557 Modified Files: Makefile Log Message: Added a missing semi-colon. Now the Makefile actually works. Index: Makefile =================================================================== RCS file: /cvsroot/davinci/docs/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Makefile 15 Sep 2004 20:12:36 -0000 1.4 --- Makefile 20 Mar 2005 02:19:14 -0000 1.5 *************** *** 19,23 **** # fop command ! FOP=fop # Path to HTML XSL file --- 19,23 ---- # fop command ! FOP=fop.sh # Path to HTML XSL file *************** *** 39,43 **** echo "Man pages are up to date." ! .PHONY clean clean: rm -f $(HTMLDOCS) $(PDFDOCS) $(MANDOCS) --- 39,43 ---- echo "Man pages are up to date." ! .PHONY clean: clean: rm -f $(HTMLDOCS) $(PDFDOCS) $(MANDOCS) |