[PATCH] user-manual: run xsltproc without --nonet option

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Junio C Hamano <junkio@...>
Cc: <git@...>, J. Bruce Fields <bfields@...>
Date: Sunday, March 18, 2007 - 11:17 pm

From: J. Bruce Fields <bfields@citi.umich.edu>

The --nonet option prevents xsltproc from going to the network to find
anything.  But it always tries to find them locally first, so for a
user with the necessary docbook stylesheets installed the build will
work just fine without xsltproc attempting to use the network; all
--nonet does is make it fail rather than falling back on that.  That
doesn't seem particularly helpful.

Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
---
 Documentation/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/Makefile b/Documentation/Makefile
index 7c1c9e1..48d41c5 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -106,7 +106,7 @@ user-manual.xml: user-manual.txt user-manual.conf
 	$(ASCIIDOC) -b docbook -d book $<
 
 XSLT = http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl
-XSLTOPTS = --nonet --xinclude --stringparam html.stylesheet docbook-xsl.css
+XSLTOPTS = --xinclude --stringparam html.stylesheet docbook-xsl.css
 
 user-manual.html: user-manual.xml
 	xsltproc $(XSLTOPTS) -o $@ $(XSLT) $<
-- 
1.5.0.3.31.ge47c

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
glossary and user-manual updates, J. Bruce Fields, (Sun Mar 18, 11:17 pm)
[PATCH] user-manual: run xsltproc without --nonet option, J. Bruce Fields, (Sun Mar 18, 11:17 pm)
[PATCH] user-manual.txt: fix a tiny typo., J. Bruce Fields, (Sun Mar 18, 11:17 pm)
[PATCH] glossary: stop generating automatically, J. Bruce Fields, (Sun Mar 18, 11:17 pm)
Re: [PATCH] glossary: stop generating automatically, Johannes Schindelin, (Mon Mar 19, 9:50 am)
Re: [PATCH] glossary: stop generating automatically, Junio C Hamano, (Mon Mar 19, 12:32 am)
Re: [PATCH] glossary: stop generating automatically, Johannes Schindelin, (Mon Mar 19, 9:56 am)