user-manual: run xsltproc without --nonet option
[gitweb.git] / Documentation / Makefile
index 7c1c9e1918829b90aeb4e47d10aa0f5951204b0c..48d41c5729d3df55928bd15547aa6d9bcfd80a04 100644 (file)
@@ -106,7 +106,7 @@ user-manual.xml: user-manual.txt user-manual.conf
        $(ASCIIDOC) -b docbook -d book $<
 
 XSLT = http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl
-XSLTOPTS = --nonet --xinclude --stringparam html.stylesheet docbook-xsl.css
+XSLTOPTS = --xinclude --stringparam html.stylesheet docbook-xsl.css
 
 user-manual.html: user-manual.xml
        xsltproc $(XSLTOPTS) -o $@ $(XSLT) $<