summaryrefslogtreecommitdiff
path: root/documentation/boxbackup/bb-man.xsl
diff options
context:
space:
mode:
authorPer Reedtz Thomsen <pthomsen@reedtz.com>2006-04-15 07:44:41 +0000
committerPer Reedtz Thomsen <pthomsen@reedtz.com>2006-04-15 07:44:41 +0000
commite87ec25dd2e1a8bd423de3864872e971e165d229 (patch)
treefdc06f60e0723fcc8ef0aab34150d6fabc01e725 /documentation/boxbackup/bb-man.xsl
parent362e0a6c86143efb32798497f7b157eeb0302355 (diff)
Added bbstoreaccounts man page.
Added man-page specific XSL stylesheets. Rearranged the layout of the output directories. There are now 2 output directories: - box-hmtl, which gets tarred up into the dockit tarball for installation on a web server. - man-pages, which contains all the .1.gz files for installation somewhere in $MANPATH (/usr/share/man/manX?)
Diffstat (limited to 'documentation/boxbackup/bb-man.xsl')
-rw-r--r--documentation/boxbackup/bb-man.xsl9
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/boxbackup/bb-man.xsl b/documentation/boxbackup/bb-man.xsl
new file mode 100644
index 00000000..24d99381
--- /dev/null
+++ b/documentation/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>