diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-06-25 14:56:07 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-03 13:57:09 +0100 |
commit | c5ca7cd3dc697288be1a7c5db1794793a8ca90dc (patch) | |
tree | 61a24217de75bb28ae783e78acc1f1a43d6a7566 | |
parent | 9eb3e8555738f75206a0b028800b44330d8a200d (diff) | |
download | poky-c5ca7cd3dc697288be1a7c5db1794793a8ca90dc.tar.gz |
mega-manual: Added support for variable permalinks in the glossary.
Fixes [YOCTO #5772]
Updated the customization layer to include the file that generates
permalinks for the variable definitions.
(From yocto-docs rev: 4b981d3fe30b609b08f22ee0e1e03eee6dcc0b5d)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/mega-manual/mega-manual-customization.xsl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/mega-manual/mega-manual-customization.xsl b/documentation/mega-manual/mega-manual-customization.xsl index ec4aea1e80..eb95240e64 100644 --- a/documentation/mega-manual/mega-manual-customization.xsl +++ b/documentation/mega-manual/mega-manual-customization.xsl | |||
@@ -22,6 +22,7 @@ | |||
22 | <xsl:include href="../template/component.title.xsl"/> | 22 | <xsl:include href="../template/component.title.xsl"/> |
23 | <xsl:include href="../template/division.title.xsl"/> | 23 | <xsl:include href="../template/division.title.xsl"/> |
24 | <xsl:include href="../template/formal.object.heading.xsl"/> | 24 | <xsl:include href="../template/formal.object.heading.xsl"/> |
25 | <xsl:include href="../template/gloss-permalinks.xsl"/> | ||
25 | 26 | ||
26 | <xsl:param name="html.stylesheet" select="'ref-style.css'" /> | 27 | <xsl:param name="html.stylesheet" select="'ref-style.css'" /> |
27 | <xsl:param name="chapter.autolabel" select="1" /> | 28 | <xsl:param name="chapter.autolabel" select="1" /> |