summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2009-05-21 22:02:31 +0000
committerChris Wilson <chris+github@qwirx.com>2009-05-21 22:02:31 +0000
commit2d480d9602784e6459efe28b62bd34d0b79e2604 (patch)
tree8286a38e10ca02d934ba8be3d5604cd7ff9bf972 /docs
parentc8b01caa4d9cbb429f2e290297ea649c57066f9f (diff)
Reference local copy of HTML stylesheets rather than online copy.
Diffstat (limited to 'docs')
-rw-r--r--docs/docbook/bb-nochunk-book.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docbook/bb-nochunk-book.xsl b/docs/docbook/bb-nochunk-book.xsl
index 86574122..6099256c 100644
--- a/docs/docbook/bb-nochunk-book.xsl
+++ b/docs/docbook/bb-nochunk-book.xsl
@@ -2,7 +2,7 @@
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
-<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/>
+<xsl:import href="../xsl-generic/html/docbook.xsl"/>
<xsl:param name="html.stylesheet" select="'../bbdoc-man.css'"/>
<xsl:param name="chunk.section.depth" select="'0'"/>