Author: wyoung
Date: Thu Jun  3 19:25:12 2010
New Revision: 2669

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2669&view=rev
Log:
Replaced "--nonet" options.

Modified:
    trunk/doc/userman/Makefile

Modified: trunk/doc/userman/Makefile
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/doc/userman/Makefile?rev=2669&r1=2668&r2=2669&view=diff
==============================================================================
--- trunk/doc/userman/Makefile (original)
+++ trunk/doc/userman/Makefile Thu Jun  3 19:25:12 2010
@@ -51,8 +51,8 @@
        mkdir -p ../pdf && cp $(PDFFILE) ../pdf
 
 $(HTML_DIR)/index.html: *.dbx *.in $(EX_TXT) $(HTML_SS) $(COMMON_SS)
-       @xmllint --xinclude --postvalid --noent --noout $(DOCFILE)
-       xsltproc --xinclude -o $(HTML_DIR)/ $(HTML_SS) $(DOCFILE)
+       @xmllint --xinclude --nonet --postvalid --noent --noout $(DOCFILE)
+       xsltproc --xinclude --nonet -o $(HTML_DIR)/ $(HTML_SS) $(DOCFILE)
 
 
 ## ------------------------


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to