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>
This commit is contained in:
Scott Rifenbark 2014-06-25 14:56:07 +03:00 committed by Richard Purdie
parent 9eb3e85557
commit c5ca7cd3dc
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
<xsl:include href="../template/component.title.xsl"/>
<xsl:include href="../template/division.title.xsl"/>
<xsl:include href="../template/formal.object.heading.xsl"/>
<xsl:include href="../template/gloss-permalinks.xsl"/>
<xsl:param name="html.stylesheet" select="'ref-style.css'" />
<xsl:param name="chapter.autolabel" select="1" />