diff options
author | Karolin Seeger <kseeger@samba.org> | 2017-12-12 11:48:03 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2017-12-13 13:20:08 +0100 |
commit | 00d3019262544a730929fab2d525b23efe226906 (patch) | |
tree | 29d01701da5cab2370446e9762fb0ca2c75efcfa /docs-xml/Makefile.settings.in | |
parent | 9f4eda9c24ff4c051002080e862757b69c09b175 (diff) | |
download | samba-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/Makefile.settings.in')
-rw-r--r-- | docs-xml/Makefile.settings.in | 2 |
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@ |