diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-06-25 09:02:07 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-03 13:57:09 +0100 |
commit | 6b5398f82b106a85ca6049a2ddbd1ff569445098 (patch) | |
tree | 225cbd4a1165c0b232d882e6cb8610c5bf8763af /documentation/ref-manual | |
parent | f47e967f50331571553707f1df7cdbaee1b707ce (diff) | |
download | poky-6b5398f82b106a85ca6049a2ddbd1ff569445098.tar.gz |
ref-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: adfb6f06fcba2045e56353bcff0df1df9106544c)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-manual-customization.xsl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-manual-customization.xsl b/documentation/ref-manual/ref-manual-customization.xsl index 3569d2c711..05c9b979b1 100644 --- a/documentation/ref-manual/ref-manual-customization.xsl +++ b/documentation/ref-manual/ref-manual-customization.xsl | |||
@@ -8,6 +8,7 @@ | |||
8 | <xsl:include href="../template/component.title.xsl"/> | 8 | <xsl:include href="../template/component.title.xsl"/> |
9 | <xsl:include href="../template/division.title.xsl"/> | 9 | <xsl:include href="../template/division.title.xsl"/> |
10 | <xsl:include href="../template/formal.object.heading.xsl"/> | 10 | <xsl:include href="../template/formal.object.heading.xsl"/> |
11 | <xsl:include href="../template/gloss-permalinks.xsl"/> | ||
11 | 12 | ||
12 | <xsl:param name="html.stylesheet" select="'ref-style.css'" /> | 13 | <xsl:param name="html.stylesheet" select="'ref-style.css'" /> |
13 | <xsl:param name="chapter.autolabel" select="1" /> | 14 | <xsl:param name="chapter.autolabel" select="1" /> |