summaryrefslogtreecommitdiff
path: root/docs/docbook
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2010-11-09 17:28:58 +0100
committerReinhard Tartler <siretart@tauware.de>2010-11-09 17:28:58 +0100
commit8a937bd354001a190dbe66538aacb353e7c99341 (patch)
tree9db021722d1743482e76f93d00fb97bed32a3ea7 /docs/docbook
parentb591c86a418e8d5a0d1c1afd319d9acdad6fd4e3 (diff)
Import upstream version 0.11~rc8~r2714
Diffstat (limited to 'docs/docbook')
-rw-r--r--docs/docbook/bb-man.xsl (renamed from docs/docbook/bb-man.xsl.tmpl)2
-rw-r--r--docs/docbook/bb-nochunk-book.xsl2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/docbook/bb-man.xsl.tmpl b/docs/docbook/bb-man.xsl
index e20eedd5..0f9e5c75 100644
--- a/docs/docbook/bb-man.xsl.tmpl
+++ b/docs/docbook/bb-man.xsl
@@ -2,7 +2,7 @@
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
-<xsl:import href="%%DOCBOOK%%"/>
+<xsl:import href="../xsl-generic/manpages/docbook.xsl"/>
<xsl:param name="chunk.section.depth" select="'0'"/>
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'"/>