Never access the net during xslt - recommended by jwilk@#debian-mentors
authorPaul Crowley <paul@lshift.net>
Wed, 11 Nov 2009 11:50:26 +0000
changeset 202 8f15d7d90f08
parent 197 76a249a8b62d
child 203 d27b41424efb
Never access the net during xslt - recommended by jwilk@#debian-mentors
Makefile
--- a/Makefile	Tue Nov 10 16:16:15 2009 +0000
+++ b/Makefile	Wed Nov 11 11:50:26 2009 +0000
@@ -30,7 +30,7 @@
 	$(INSTALL) -m 644 -t $(DOCDIR)/html build/html/index.html
 
 build/html/index.html: doc/manual.docbook
-	xsltproc -o $@ /usr/share/xml/docbook/stylesheet/nwalsh/html/docbook.xsl $^
+	xsltproc --nonet -o $@ /usr/share/xml/docbook/stylesheet/nwalsh/html/docbook.xsl $^
 
 build/pdf/manual.pdf: doc/manual.docbook
 	mkdir -p build/pdf