diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-08-26 22:34:44 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-08-26 22:34:44 +0200 |
commit | 09af278327d7f19b6fb1d35779c42a5e1d601f12 (patch) | |
tree | c51ffe78b8eca7e68dc1d19af29e2373766eda22 /helpcontent2 | |
parent | ba72158c682cf13231131637600bea2ec7c79a99 (diff) |
Update README with docbook-xsl-stylesheets info.
Diffstat (limited to 'helpcontent2')
-rw-r--r-- | helpcontent2/wiki-to-help/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/helpcontent2/wiki-to-help/README b/helpcontent2/wiki-to-help/README index 151be5feae..2f254ac0a1 100644 --- a/helpcontent2/wiki-to-help/README +++ b/helpcontent2/wiki-to-help/README @@ -10,6 +10,7 @@ The following programs are required: - python-lxml - xsltproc - unzip + - docbook-xsl-stylesheets HHC-Installer depends on: - wine @@ -29,6 +30,24 @@ HHC-Installer depends on: See ./convert.py -h +For the correct operation, you need to modify htmlhelp.xsl to point to your +docbook-xsl-stylesheets installation, like: + +--- 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> + + 3 LICENSE The following applies to all files if not stated differently |