From b22ae359003c6ce1d91138ffb54279d3f2963ba5 Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Sun, 18 Dec 2016 18:08:09 +0000 Subject: [PATCH] Forbid xsltproc to use network for building --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.1.4