From: Christian Hofstaedtler Date: Sun, 18 Dec 2016 18:08:09 +0000 (+0000) Subject: Forbid xsltproc to use network for building X-Git-Tag: v0.77~2 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=b22ae359003c6ce1d91138ffb54279d3f2963ba5;ds=sidebyside Forbid xsltproc to use network for building --- diff --git a/Makefile b/Makefile index 4199935..1a2aa02 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ doc_man: man-stamp man-stamp: grml-debootstrap.8.txt sed -i 's/^include::releasetable.txt\[\]/include::releasetable-man.txt\[\]/' grml-debootstrap.8.txt asciidoc -d manpage -b docbook grml-debootstrap.8.txt - xsltproc --stringparam man.base.url.for.relative.links http://grml.org/grml-debootstrap/ \ + xsltproc --nonet --stringparam man.base.url.for.relative.links http://grml.org/grml-debootstrap/ \ $(DOCBOOK_XML) grml-debootstrap.8.xml touch man-stamp