]> andersk Git - udis86.git/commitdiff
Use the public http URI to docbook.xsl. for-upstream
authorAnders Kaseorg <andersk@mit.edu>
Mon, 4 May 2009 23:29:48 +0000 (19:29 -0400)
committerAnders Kaseorg <andersk@mit.edu>
Mon, 4 May 2009 23:41:50 +0000 (19:41 -0400)
Fixes this build failure:
xsltproc manual.xsl manual.xml > manual.html
warning: failed to load external entity "/opt/local/share/xsl/docbook-xsl/html/docbook.xsl"
compilation error: file manual.xsl line 5 element import
xsl:import : unable to load /opt/local/share/xsl/docbook-xsl/html/docbook.xsl
make[3]: *** [manual.html] Error 5

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
docs/manual/manual.xsl

index 4928f8d387ffb391670bb079947cc2aebaa01ac4..aa69a0d91bdef36f1d5a6f3f72d4cb7ce99e5a91 100644 (file)
@@ -2,7 +2,7 @@
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                 xmlns:fo="http://www.w3.org/1999/XSL/Format"
                 version="1.0">
-  <xsl:import href="/opt/local/share/xsl/docbook-xsl/html/docbook.xsl"/>
+  <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/>
   <xsl:param name="html.stylesheet" select="'manual.css'"/>
   <xsl:param name="toc.section.depth">3</xsl:param>
   <xsl:param name="generate.section.toc.level" select="0"></xsl:param>
This page took 0.194332 seconds and 5 git commands to generate.