# HG changeset patch # User Paul Crowley # Date 1257940226 0 # Node ID 8f15d7d90f08366e84585c415fe9119db3400fd0 # Parent 76a249a8b62d5fcd8ec5595f8a2b909fb984db58 Never access the net during xslt - recommended by jwilk@#debian-mentors diff -r 76a249a8b62d -r 8f15d7d90f08 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