diff options
Diffstat (limited to 'documentation/mega-manual/mega-manual-customization.xsl')
-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"/> |