From 7f33f79d4cea47a1dd8ae423141fd027b6d3c795 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Tue, 5 May 2009 07:34:03 +0200 Subject: prevent xsltproc from accessing the internet Forwarded: no === modified file 'docs/Makefile' Gbp-Pq: Name 05-dont_use_net_for_docs.diff --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index c4a63671..2fcca31e 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -10,7 +10,7 @@ all: docs -DBPROC_COMMAND = xsltproc +DBPROC_COMMAND = xsltproc --nonet MKDIR_COMMAND = mkdir CP_COMMAND = cp PERL_COMMAND = perl -- cgit v1.2.3