summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2009-05-05 07:34:03 +0200
committerReinhard Tartler <siretart@tauware.de>2020-05-10 18:55:55 -0400
commit3b3329f0514ae9f521c0e55338491f76ebd840d1 (patch)
tree8ab277fd4bbe780a984bc4267a4e3e0042f77844 /docs/Makefile
parent2cfafae82628128918551ab9ed22b4b5682be43e (diff)
prevent xsltproc from accessing the internet
Forwarded: no === modified file 'docs/Makefile' Gbp-Pq: Name 05-dont_use_net_for_docs.diff
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile2
1 files changed, 1 insertions, 1 deletions
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