diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-06-06 10:25:44 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-18 10:30:47 +0100 |
commit | e62a5aa23ead8cafa26c64944217e4412016f680 (patch) | |
tree | 52e0e548a790106e9c43181254a370266bd0c371 /documentation/profile-manual/profile-manual-customization.xsl | |
parent | 8a072df6402d3e2c49c4fbc3d9b1c078d653cec4 (diff) | |
download | poky-e62a5aa23ead8cafa26c64944217e4412016f680.tar.gz |
profile-manual: Added XSL templates to support permalinks.
Fixes [YOCTO #5772]
(From yocto-docs rev: 948d29274e67e09b735be82ebe5185f15008bbf8)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/profile-manual/profile-manual-customization.xsl')
-rw-r--r-- | documentation/profile-manual/profile-manual-customization.xsl | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/documentation/profile-manual/profile-manual-customization.xsl b/documentation/profile-manual/profile-manual-customization.xsl index ead52ee7ac..7775e5bbcf 100644 --- a/documentation/profile-manual/profile-manual-customization.xsl +++ b/documentation/profile-manual/profile-manual-customization.xsl | |||
@@ -3,9 +3,17 @@ | |||
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:include href="../template/permalinks.xsl"/> | ||
7 | <xsl:include href="../template/section.title.xsl"/> | ||
8 | <xsl:include href="../template/component.title.xsl"/> | ||
9 | <xsl:include href="../template/division.title.xsl"/> | ||
10 | <xsl:include href="../template/formal.object.heading.xsl"/> | ||
11 | |||
6 | <xsl:param name="html.stylesheet" select="'profile-manual-style.css'" /> | 12 | <xsl:param name="html.stylesheet" select="'profile-manual-style.css'" /> |
7 | <xsl:param name="chapter.autolabel" select="1" /> | 13 | <xsl:param name="chapter.autolabel" select="1" /> |
8 | <xsl:param name="appendix.autolabel">A</xsl:param> | 14 | <xsl:param name="appendix.autolabel" select="A" /> |
9 | <xsl:param name="section.autolabel" select="1" /> | 15 | <xsl:param name="section.autolabel" select="1" /> |
10 | <xsl:param name="section.label.includes.component.label" select="1" /> | 16 | <xsl:param name="section.label.includes.component.label" select="1" /> |
17 | <xsl:param name="generate.id.attributes" select="1" /> | ||
18 | |||
11 | </xsl:stylesheet> | 19 | </xsl:stylesheet> |