J. Bruce Fields <bfields <at> citi.umich.edu> writes: > +XSLT = http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl > +XSLTOPTS = --nonet --xinclude --stringparam html.stylesheet docbook-xsl.css > + > user-manual.html: user-manual.xml > - xmlto html-nochunks $< > + xsltproc $(XSLTOPTS) -o $ <at> $(XSLT) $< Does this actually work for you? I get: xsltproc --nonet --xinclude --stringparam html.stylesheet docbook-xsl.css -o user-manual.html http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl user-manual.xml I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl" cannot parse http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl make[1]: *** [user-manual.html] Error 4 If I remove the --nonet it works fine. Robert -- - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html