Avoid --nonet when building manpages; xsltproc will already prefer local
authorJelmer Vernooij <jelmer@samba.org>
Wed, 6 May 2009 15:48:01 +0000 (17:48 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Wed, 6 May 2009 15:48:01 +0000 (17:48 +0200)
stylesheets if they are installed.

lib/talloc/rules.mk

index 6cee126529c8146d8306cb2d008fda36ee474b31..1c83e7b63fda79c90cba3fedd8e5a3254b26f233 100644 (file)
@@ -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 *~ */*~