aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-01-26 07:15:39 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-23 21:56:07 +0000
commitb750729ddf7933bd060a40058458c36dea0bb3d9 (patch)
tree927e391cae6620bff6312e69f1a0f958150fedcd
parentad7a994cbb475ac0a74c692d34a02c81404ce569 (diff)
downloadopenembedded-core-contrib-b750729ddf7933bd060a40058458c36dea0bb3d9.tar.gz
sdk-manual-customization: Fixed XSL Appendix numbering parameter
The xslproc needs special handling of the statement that applies the numbering for appendices. I updated the line to use that format so when making the file you do not get a billion unrecognized parameter errors. (From yocto-docs rev: a2787b7a6d045196c0d524e11531ca3aca41b9c2) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/sdk-manual/sdk-manual-customization.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/sdk-manual/sdk-manual-customization.xsl b/documentation/sdk-manual/sdk-manual-customization.xsl
index 21518c546c..dae992c07a 100644
--- a/documentation/sdk-manual/sdk-manual-customization.xsl
+++ b/documentation/sdk-manual/sdk-manual-customization.xsl
@@ -19,7 +19,7 @@
<xsl:param name="html.stylesheet" select="'sdk-style.css'" />
<xsl:param name="chapter.autolabel" select="1" />
- <xsl:param name="appendix.autolabel" select="A" />
+ <xsl:param name="appendix.autolabel">A</xsl:param>
<xsl:param name="section.autolabel" select="1" />
<xsl:param name="section.label.includes.component.label" select="1" />
<xsl:param name="generate.id.attributes" select="1" />