summaryrefslogtreecommitdiff
path: root/docs/docbook/bb-man.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docbook/bb-man.xsl')
-rw-r--r--docs/docbook/bb-man.xsl9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/docbook/bb-man.xsl b/docs/docbook/bb-man.xsl
new file mode 100644
index 00000000..0f9e5c75
--- /dev/null
+++ b/docs/docbook/bb-man.xsl
@@ -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="../xsl-generic/manpages/docbook.xsl"/>
+
+<xsl:param name="chunk.section.depth" select="'0'"/>
+
+</xsl:stylesheet>