diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-06-06 12:30:28 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-18 10:30:47 +0100 |
commit | 0614ea70244af6abf8de570a61c75098a672bf55 (patch) | |
tree | 3b8e42d58fe91f2c515549a9d69829832e1ae94b /documentation | |
parent | 1d870a7c23144341337eb7f836e082d1a82a3dc5 (diff) | |
download | poky-0614ea70244af6abf8de570a61c75098a672bf55.tar.gz |
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>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/mega-manual/mega-manual-customization.xsl | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/documentation/mega-manual/mega-manual-customization.xsl b/documentation/mega-manual/mega-manual-customization.xsl index 07c38b4b4b..ec4aea1e80 100644 --- a/documentation/mega-manual/mega-manual-customization.xsl +++ b/documentation/mega-manual/mega-manual-customization.xsl | |||
@@ -3,7 +3,19 @@ | |||
3 | 3 | ||
4 | <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl" /> | 4 | <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl" /> |
5 | 5 | ||
6 | <xsl:param name="generate.toc" select="'chapter toc'"></xsl:param> | 6 | <xsl:param name="generate.toc"> |
7 | appendix toc | ||
8 | chapter toc | ||
9 | article nop | ||
10 | book nop | ||
11 | part nop | ||
12 | preface nop | ||
13 | qandadiv nop | ||
14 | qandaset nop | ||
15 | reference nop | ||
16 | section nop | ||
17 | set nop | ||
18 | </xsl:param> | ||
7 | 19 | ||
8 | <xsl:include href="../template/permalinks.xsl"/> | 20 | <xsl:include href="../template/permalinks.xsl"/> |
9 | <xsl:include href="../template/section.title.xsl"/> | 21 | <xsl:include href="../template/section.title.xsl"/> |