summaryrefslogtreecommitdiff
path: root/boxbackup/bb-man.xsl
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2008-01-20 23:33:45 +0000
committerChris Wilson <chris+github@qwirx.com>2008-01-20 23:33:45 +0000
commit36b1955f36f90bd4a8fb5195dcf62611571c1fdf (patch)
tree25d685697257e6e407d3ec0b52f116dc87576e3f /boxbackup/bb-man.xsl
parente1b13eeb4845c32c5554f78b0ec95dd120948482 (diff)
Move documentation/boxbackup to documentation, part 2
Diffstat (limited to 'boxbackup/bb-man.xsl')
-rw-r--r--boxbackup/bb-man.xsl9
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>