summaryrefslogtreecommitdiff
path: root/documentation/bb-man.xsl
blob: 24d99381f7c4a8b3a0b8357ea2e9dce11df857b2 (plain)
1
2
3
4
5
6
7
8
9
<?xml version='1.0'?> 
<xsl:stylesheet  
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> 

<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"/> 

<xsl:param name="chunk.section.depth" select="'0'"/>

</xsl:stylesheet>