Author: wyoung
Date: Tue Oct 23 06:43:45 2007
New Revision: 1770
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1770&view=rev
Log:
Silencing FOP noise more decisively.
Modified:
trunk/doc/userman/Makefile
Modified: trunk/doc/userman/Makefile
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/doc/userman/Makefile?rev=1770&r1=1769&r2=1770&view=diff
==============================================================================
--- trunk/doc/userman/Makefile (original)
+++ trunk/doc/userman/Makefile Tue Oct 23 06:43:45 2007
@@ -53,7 +53,7 @@
$(PDFFILE): $(DOCFILE) $(FO_SS) $(COMMON_SS)
xsltproc --xinclude $(FO_SS) $(DOCFILE) > $(FOFILE)
- $(FOPDIR)/fop -q -fo $(FOFILE) $(PDFFILE)
+ -$(FOPDIR)/fop -fo $(FOFILE) $(PDFFILE) > /dev/null 2>&1
cp $(PDFFILE) ../pdf
$(HTML_DIR)/index.html: $(DOCFILE) $(EX_TXT) $(HTML_SS) $(COMMON_SS)
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits