summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2009-05-05 07:34:03 +0200
committerIleana Dumitrescu <ileanadumi95@protonmail.com>2022-01-05 08:24:10 -0500
commitb9cf90d7be8482e4ca9c9f520d297d652606fd5c (patch)
treea010dea7319ccbc892417bfd287e13b8c83a3ce4
parentfc8dc54df85dbcdc7acd94394bff7ba5087ca5ff (diff)
prevent xsltproc from accessing the internet
Forwarded: no === modified file 'docs/Makefile' Gbp-Pq: Name 05-dont_use_net_for_docs.diff
-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