[Nice-commit] Nice/web Makefile,1.15,1.16
Brought to you by:
bonniot
From: Daniel B. <bo...@us...> - 2004-09-02 19:22:29
|
Update of /cvsroot/nice/Nice/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7803/web Modified Files: Makefile Log Message: Create the PS version of the manual from the PDF version using pdftops. Index: Makefile =================================================================== RCS file: /cvsroot/nice/Nice/web/Makefile,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** Makefile 2 Sep 2004 19:13:07 -0000 1.15 --- Makefile 2 Sep 2004 19:22:20 -0000 1.16 *************** *** 40,43 **** --- 40,46 ---- rm manual.fo + manual.ps: manual.pdf + pdftops manual.pdf + %.html: %.xml new.xsl if ! $(PROC) new.xsl $*.xml > $@; then rm $@; fi |