[PATCH libX11] docbook: Don't use --nonet in XSLTPROC_FLAGS

Jeremy Huddleston jeremyhu at apple.com
Thu Apr 28 13:33:37 PDT 2011


We are explicitly pulling in resources from the net, so this would always fail.

%.html.db: %.xml  $(chapters)
        $(AM_V_GEN)$(XSLTPROC) $(XSLTPROC_FLAGS) \
        http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl $<

%.fo.db: %.xml $(chapters)
        $(AM_V_GEN)$(XSLTPROC) $(XSLTPROC_FLAGS) \
        http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl $<

Signed-off-by: Jeremy Huddleston <jeremyhu at apple.com>
---
 docbook.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docbook.am b/docbook.am
index 6937083..0fd6af1 100644
--- a/docbook.am
+++ b/docbook.am
@@ -80,7 +80,7 @@ XSLTPROC_FLAGS =					\
 	--path "$(XORG_SGML_PATH)/X11"			\
 	--stringparam targets.filename "$@"		\
 	--stringparam collect.xref.targets "only"	\
-	--nonet --xinclude
+	--xinclude
 
 %.html.db: %.xml  $(chapters)
 	$(AM_V_GEN)$(XSLTPROC) $(XSLTPROC_FLAGS) \
-- 
1.7.4.4




More information about the xorg-devel mailing list