summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-12-05 23:35:03 +0100
committerJan Holesovsky <kendy@suse.cz>2011-12-05 23:36:34 +0100
commitc8b5614c2dd64fbfd6f1327b6a0a3c7ee7336897 (patch)
treecb1bf1c024d0ad37833dfdd87078ded0d3236156
parentd1db994e9fd850ef4163921efde7804f2b074520 (diff)
Use system docbook.
-rw-r--r--helpcontent2/wiki-to-help/htmlhelp.xsl4
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>