diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-06-06 14:41:03 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-18 13:48:38 +0100 |
commit | 74551392b3f4209d2dff83cd783657c15eec811b (patch) | |
tree | 19c0a2ef1d671c898e22f7120a2b63fd4fa2bc20 /bitbake/doc/bitbake-user-manual | |
parent | c65de86d81d834bfefd5d27cf471a842485a7655 (diff) | |
download | poky-74551392b3f4209d2dff83cd783657c15eec811b.tar.gz |
bitbake: bitbake-user-manual: Added permalink support.
Fixes [YOCTO #5772]
I added the five XSL templates to the template folder. I updated
the bitbake-user-manual-customization.xsl layer file to include
the new templates.
(Bitbake rev: e1c24a79ededb2dd4ac5ce09fcfdf93218261907)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc/bitbake-user-manual')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-customization.xsl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-customization.xsl b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-customization.xsl index b17dd0f208..886e56e12f 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-customization.xsl +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-customization.xsl | |||
@@ -3,6 +3,12 @@ | |||
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="'user-manual-style.css'" /> | 12 | <xsl:param name="html.stylesheet" select="'user-manual-style.css'" /> |
7 | <xsl:param name="chapter.autolabel" select="1" /> | 13 | <xsl:param name="chapter.autolabel" select="1" /> |
8 | <xsl:param name="section.autolabel" select="1" /> | 14 | <xsl:param name="section.autolabel" select="1" /> |