summaryrefslogtreecommitdiffstats
path: root/documentation/mega-manual/mega-manual-customization.xsl
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-06-06 11:39:01 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-18 10:30:47 +0100
commit2f7fc0015f156b73b5e5261cfb9c370ca5e2a031 (patch)
treecb6eb10a58d9337ed58bf124c334f574577d5939 /documentation/mega-manual/mega-manual-customization.xsl
parent6aaab1aa66d614663b19dc018129f0fe0278c28b (diff)
downloadpoky-2f7fc0015f156b73b5e5261cfb9c370ca5e2a031.tar.gz
mega-manual: edits to make the TOC better.
(From yocto-docs rev: d5ff592e5ebdeff38cda80633b2e83bd35738299) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/mega-manual/mega-manual-customization.xsl')
-rw-r--r--documentation/mega-manual/mega-manual-customization.xsl17
1 files changed, 15 insertions, 2 deletions
diff --git a/documentation/mega-manual/mega-manual-customization.xsl b/documentation/mega-manual/mega-manual-customization.xsl
index 3be182d6c2..07c38b4b4b 100644
--- a/documentation/mega-manual/mega-manual-customization.xsl
+++ b/documentation/mega-manual/mega-manual-customization.xsl
@@ -1,8 +1,21 @@
1<?xml version='1.0'?> 1<?xml version='1.0'?>
2<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0"> 2<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0">
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" select="'chapter toc'"></xsl:param>
7
8 <xsl:include href="../template/permalinks.xsl"/>
9 <xsl:include href="../template/section.title.xsl"/>
10 <xsl:include href="../template/component.title.xsl"/>
11 <xsl:include href="../template/division.title.xsl"/>
12 <xsl:include href="../template/formal.object.heading.xsl"/>
13
14 <xsl:param name="html.stylesheet" select="'ref-style.css'" />
15 <xsl:param name="chapter.autolabel" select="1" />
16 <xsl:param name="appendix.autolabel">A</xsl:param>
17 <xsl:param name="section.autolabel" select="1" />
18 <xsl:param name="section.label.includes.component.label" select="1" />
19 <xsl:param name="generate.id.attributes" select="1" />
7 20
8</xsl:stylesheet> 21</xsl:stylesheet>