summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/talloc/rules.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/talloc/rules.mk b/lib/talloc/rules.mk
index 6cee126529..1c83e7b63f 100644
--- a/lib/talloc/rules.mk
+++ b/lib/talloc/rules.mk
@@ -9,10 +9,10 @@ showflags::
$(CC) $(PICFLAG) -o $@ -c $< $(CFLAGS)
.3.xml.3:
- -test -z "$(XSLTPROC)" || $(XSLTPROC) --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
+ -test -z "$(XSLTPROC)" || $(XSLTPROC) -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
.xml.html:
- -test -z "$(XSLTPROC)" || $(XSLTPROC) --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl $<
+ -test -z "$(XSLTPROC)" || $(XSLTPROC) -o $@ http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl $<
distclean::
rm -f *~ */*~