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>2019-07-20 00:50:07 -0400
commitbd340beb108ca66cd1eb2f7e32a94f01ba50591c (patch)
tree8e413a4227795cff237a41cee944348f4f8f8d07 /docs/Makefile
parent864df510d403eee80d378bef7be3746a3fdd8e40 (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