summaryrefslogtreecommitdiff
path: root/documentation/boxbackup/bb-book.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-book.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-book.xsl')
-rw-r--r--documentation/boxbackup/bb-book.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/boxbackup/bb-book.xsl b/documentation/boxbackup/bb-book.xsl
index 7f6eb757..a4f05fdb 100644
--- a/documentation/boxbackup/bb-book.xsl
+++ b/documentation/boxbackup/bb-book.xsl
@@ -4,12 +4,12 @@
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"/>
-<xsl:param name="html.stylesheet" select="'../html/bbdoc.css'"/>
+<xsl:param name="html.stylesheet" select="'../bbdoc.css'"/>
<xsl:param name="chunk.section.depth" select="'0'"/>
<xsl:template name="user.header.navigation">
<div id="header">
<div id="logo">
-<img src="../html/images/bblogo.png" alt="logo" height="65" width="331" border="0" vspace="5" align="middle" /> <img src="../html/images/stepahead.png" alt="a step ahead in data security" width="182" height="11" hspace="10" vspace="20" border="0" align="middle" /></div>
+<img src="../images/bblogo.png" alt="logo" height="65" width="331" border="0" vspace="5" align="middle" /> <img src="../images/stepahead.png" alt="a step ahead in data security" width="182" height="11" hspace="10" vspace="20" border="0" align="middle" /></div>
</div>
</xsl:template>