summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2017-12-12 11:48:03 +0100
committerAndreas Schneider <asn@cryptomilk.org>2017-12-13 13:20:08 +0100
commit00d3019262544a730929fab2d525b23efe226906 (patch)
tree29d01701da5cab2370446e9762fb0ca2c75efcfa /docs-xml
parent9f4eda9c24ff4c051002080e862757b69c09b175 (diff)
downloadsamba-00d3019262544a730929fab2d525b23efe226906.tar.gz
docs-xml/Makefile.settings.in: make sure we don't require network access
BUG: https://bugzilla.samba.org/show_bug.cgi?id=9531 Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Karolin Seeger <kseeger@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/Makefile.settings.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-xml/Makefile.settings.in b/docs-xml/Makefile.settings.in
index 2bf96d746bc..08c250cc93d 100644
--- a/docs-xml/Makefile.settings.in
+++ b/docs-xml/Makefile.settings.in
@@ -1,5 +1,5 @@
# Programs
-XSLTPROC = @XSLTPROC@
+XSLTPROC = @XSLTPROC@ --nonet
XMLLINT = @XMLLINT@
PNGTOPNM = @PNGTOPNM@
INKSCAPE = @INKSCAPE@