mega-manual: Added TOC control.

The mini-TOC was not being generated for the appendix
sections.  I added the xsl:param to add it in.

(From yocto-docs rev: 3c083e697b8b6cc639885da45830ce9c4170b00e)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2014-06-06 12:30:28 +03:00 committed by Richard Purdie
parent 1d870a7c23
commit 0614ea7024
1 changed files with 13 additions and 1 deletions

View File

@ -3,7 +3,19 @@
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl" />
<xsl:param name="generate.toc" select="'chapter toc'"></xsl:param>
<xsl:param name="generate.toc">
appendix toc
chapter toc
article nop
book nop
part nop
preface nop
qandadiv nop
qandaset nop
reference nop
section nop
set nop
</xsl:param>
<xsl:include href="../template/permalinks.xsl"/>
<xsl:include href="../template/section.title.xsl"/>