diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-06-06 14:34:01 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-18 13:48:38 +0100 |
commit | c65de86d81d834bfefd5d27cf471a842485a7655 (patch) | |
tree | e42627d9b5f885b1f4f624669f4bfb0ce3291440 /bitbake/doc/bitbake-user-manual/bitbake-user-manual-customization.xsl | |
parent | d87cb56aa829ac906cd79782a68b1533b21b12f3 (diff) | |
download | poky-c65de86d81d834bfefd5d27cf471a842485a7655.tar.gz |
bitbake: bitbake-user-manual-customization.xsl: Removed stale TOC variable.
I deleted the commented out xsl:param line that attempts to
set labeling for Appendices. It had been replaced by a working
line.
(Bitbake rev: bf79174e02cc113e0512bcadc3ab0fdffd138215)
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/bitbake-user-manual-customization.xsl')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-customization.xsl | 1 |
1 files changed, 0 insertions, 1 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 a8ec28ae20..b17dd0f208 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-customization.xsl +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-customization.xsl | |||
@@ -5,7 +5,6 @@ | |||
5 | 5 | ||
6 | <xsl:param name="html.stylesheet" select="'user-manual-style.css'" /> | 6 | <xsl:param name="html.stylesheet" select="'user-manual-style.css'" /> |
7 | <xsl:param name="chapter.autolabel" select="1" /> | 7 | <xsl:param name="chapter.autolabel" select="1" /> |
8 | <!-- <xsl:param name="appendix.autolabel" select="A" /> --> | ||
9 | <xsl:param name="section.autolabel" select="1" /> | 8 | <xsl:param name="section.autolabel" select="1" /> |
10 | <xsl:param name="section.label.includes.component.label" select="1" /> | 9 | <xsl:param name="section.label.includes.component.label" select="1" /> |
11 | <xsl:param name="appendix.autolabel">A</xsl:param> | 10 | <xsl:param name="appendix.autolabel">A</xsl:param> |