summaryrefslogtreecommitdiff
path: root/helpcontent2/wiki-to-help/htmlhelp.xsl
diff options
context:
space:
mode:
authorTimo Richter <timo@iera.de>2011-08-07 22:23:21 +0200
committerJan Holesovsky <kendy@suse.cz>2011-08-26 13:46:41 +0200
commit4d674531da66d668ff5b6292da849d07d315c60d (patch)
treed114d757fdb28e75059241b78e02c4e4ec6a645a /helpcontent2/wiki-to-help/htmlhelp.xsl
parent4125fb5b27501a1481bf6746d4141d45896a3364 (diff)
Implemented the language separator
Cleaned up metabook.py convert now uses parameters. Try convert.py -h call_convert.sh calls convert.py as is was without parameters
Diffstat (limited to 'helpcontent2/wiki-to-help/htmlhelp.xsl')
-rw-r--r--helpcontent2/wiki-to-help/htmlhelp.xsl3
1 files changed, 1 insertions, 2 deletions
diff --git a/helpcontent2/wiki-to-help/htmlhelp.xsl b/helpcontent2/wiki-to-help/htmlhelp.xsl
index ba7ce7357f..93d9712038 100644
--- a/helpcontent2/wiki-to-help/htmlhelp.xsl
+++ b/helpcontent2/wiki-to-help/htmlhelp.xsl
@@ -17,8 +17,7 @@
******************************************************************** -->
<xsl:import href="xsl/html/chunk.xsl"/>
-<xsl:param name="htmlhelp.use.hhk" select="0"></xsl:param>
+<xsl:param name="htmlhelp.use.hhk" select="1"></xsl:param>
<xsl:include href="xsl/htmlhelp/htmlhelp-common.xsl"/>
-<xsl:param name="generate.index" select="1"/>
</xsl:stylesheet>