diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-12-05 23:35:03 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-12-05 23:36:34 +0100 |
commit | c8b5614c2dd64fbfd6f1327b6a0a3c7ee7336897 (patch) | |
tree | cb1bf1c024d0ad37833dfdd87078ded0d3236156 /helpcontent2/wiki-to-help | |
parent | d1db994e9fd850ef4163921efde7804f2b074520 (diff) |
Use system docbook.
Diffstat (limited to 'helpcontent2/wiki-to-help')
-rw-r--r-- | helpcontent2/wiki-to-help/htmlhelp.xsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helpcontent2/wiki-to-help/htmlhelp.xsl b/helpcontent2/wiki-to-help/htmlhelp.xsl index 93d9712038..ad815b6e1d 100644 --- a/helpcontent2/wiki-to-help/htmlhelp.xsl +++ b/helpcontent2/wiki-to-help/htmlhelp.xsl @@ -16,8 +16,8 @@ ******************************************************************** --> -<xsl:import href="xsl/html/chunk.xsl"/> +<xsl:import href="/usr/share/xml/docbook/stylesheet/nwalsh/1.76.1/html/chunk.xsl"/> <xsl:param name="htmlhelp.use.hhk" select="1"></xsl:param> -<xsl:include href="xsl/htmlhelp/htmlhelp-common.xsl"/> +<xsl:include href="/usr/share/xml/docbook/stylesheet/nwalsh/1.76.1/htmlhelp/htmlhelp-common.xsl"/> </xsl:stylesheet> |