summaryrefslogtreecommitdiff
path: root/docs/docbook/bb-man.xsl.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docbook/bb-man.xsl.tmpl')
-rw-r--r--docs/docbook/bb-man.xsl.tmpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/docbook/bb-man.xsl.tmpl b/docs/docbook/bb-man.xsl.tmpl
new file mode 100644
index 00000000..e20eedd5
--- /dev/null
+++ b/docs/docbook/bb-man.xsl.tmpl
@@ -0,0 +1,9 @@
+<?xml version='1.0'?>
+<xsl:stylesheet
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+
+<xsl:import href="%%DOCBOOK%%"/>
+
+<xsl:param name="chunk.section.depth" select="'0'"/>
+
+</xsl:stylesheet>