OSDN Git Service

PATCH: [ 1515455 ] Manual: Suppress navigation in htmlhelp
authorTim Gerundt <tim@gerundt.de>
Sun, 2 Jul 2006 16:31:30 +0000 (16:31 +0000)
committerTim Gerundt <tim@gerundt.de>
Sun, 2 Jul 2006 16:31:30 +0000 (16:31 +0000)
Docs/Users/Manual/Changes.txt
Docs/Users/Manual/build/build_htmlhelp.xsl

index 7790cc4..c3f51d8 100644 (file)
@@ -1,3 +1,7 @@
+2006-06-02 Tim
+ PATCH: [ 1515455 ] Manual: Suppress navigation in htmlhelp
+  Manual/build: build_htmlhelp.xsl
+
 2006-05-22 Tim
  PATCH: [ 1493170 ] Manual: Delete 'art' output dir after htmlhelp compile
   Manual/build: build_htmlhelp.bat
index 41b95f2..3ed684d 100644 (file)
@@ -1,7 +1,8 @@
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   version="1.0">
   <xsl:import href="file:/C:/docbook/xsl/htmlhelp/htmlhelp.xsl"/>
-  <xsl:param name="suppress.navigation" select="0"/>
+  <xsl:param name="suppress.navigation" select="1"/>
+  <xsl:param name="generate.toc">set   nop</xsl:param>
   <xsl:param name="use.extensions" select="0"/>
   <xsl:param name="tablecolumns.extensions" select="0"/>
   <xsl:param name="admon.graphics" select="1"/>
@@ -12,4 +13,5 @@
   <xsl:param name="use.id.as.filename" select="1"/>
   <xsl:param name="chunker.output.indent" select="'yes'"></xsl:param>
   <xsl:param name="htmlhelp.use.hhk" select="1"/>
+  <xsl:param name="htmlhelp.hhc.show.root" select="0"/>
 </xsl:stylesheet>