bitbake: bitbake-user-manual-customization.xsl: Removed stale TOC variable.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Fri, 6 Jun 2014 11:34:01 +0000 (14:34 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 18 Jun 2014 12:48:38 +0000 (13:48 +0100)
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>
bitbake/doc/bitbake-user-manual/bitbake-user-manual-customization.xsl

index a8ec28a..b17dd0f 100644 (file)
@@ -5,7 +5,6 @@
 
   <xsl:param name="html.stylesheet" select="'user-manual-style.css'" />
   <xsl:param name="chapter.autolabel" select="1" />
-<!--  <xsl:param name="appendix.autolabel" select="A" /> -->
   <xsl:param name="section.autolabel" select="1" />
   <xsl:param name="section.label.includes.component.label" select="1" />
   <xsl:param name="appendix.autolabel">A</xsl:param>