summaryrefslogtreecommitdiff
path: root/docs/bb-man.xsl.tmpl
blob: e20eedd5a68be7595d1a0884ebfcee1948e4082d (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="%%DOCBOOK%%"/> 

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

</xsl:stylesheet>