diff options
Diffstat (limited to 'boxbackup/bb-man.xsl')
-rw-r--r-- | boxbackup/bb-man.xsl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/boxbackup/bb-man.xsl b/boxbackup/bb-man.xsl new file mode 100644 index 00000000..24d99381 --- /dev/null +++ b/boxbackup/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="http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"/> + +<xsl:param name="chunk.section.depth" select="'0'"/> + +</xsl:stylesheet> |