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 <[email protected]>
---
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
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel