summaryrefslogtreecommitdiff
path: root/docs/docbook
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2009-04-26 20:01:15 +0000
committerChris Wilson <chris+github@qwirx.com>2009-04-26 20:01:15 +0000
commit1afab29eadf8e0d8b724b2894b3c644ea102fb51 (patch)
tree576fa12d5d4e9de77418ea2feb54bbe3f2c06ca0 /docs/docbook
parent07bf983525ce56d754a9360dfadfa19aa7aac12c (diff)
Add a local copy of the XSL stylesheets needed to build Box Backup docs,
as remote copies are slow and prone to failure and weird behaviour with different versions of xsltproc (e.g. on Cygwin).
Diffstat (limited to 'docs/docbook')
-rw-r--r--docs/docbook/bb-man.xsl (renamed from docs/docbook/bb-man.xsl.tmpl)2
1 files changed, 1 insertions, 1 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'"/>