diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-02-19 16:15:38 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-09 18:59:03 -0700 |
commit | 4cd882b9d05f503ee58f78cceebaa9e63dc2048f (patch) | |
tree | ba60c0698c567597d99a26e5da3e7daa4b22938f /bitbake/doc/user-manual/user-manual-customization.xsl | |
parent | 9b3e31e5e16238a7038d3fea409121be1e0e0709 (diff) | |
download | poky-4cd882b9d05f503ee58f78cceebaa9e63dc2048f.tar.gz |
bitbake: user-manual: Added "Hello World" Appendix.
I took Bill's chapter and made it into an appendix. I did some
re-writing to make it not so much like a getting-started feel,
although it still leans way that way for an appendix. The content
is not complete.
Had to add in a line to the user-manual.xml file so that the
new appendix would be part of the book.
Had to use a different form of the command in the
user-manual-cusomization.xsl file in order to not through a bunch
of errors for an unrecognized parameter value. I commented out
the existing one.
(Bitbake rev: 80e9306c288ca2ab42585f99fb0f396253cb8253)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc/user-manual/user-manual-customization.xsl')
-rw-r--r-- | bitbake/doc/user-manual/user-manual-customization.xsl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bitbake/doc/user-manual/user-manual-customization.xsl b/bitbake/doc/user-manual/user-manual-customization.xsl index 7d06e39d4d..a8ec28ae20 100644 --- a/bitbake/doc/user-manual/user-manual-customization.xsl +++ b/bitbake/doc/user-manual/user-manual-customization.xsl | |||
@@ -5,9 +5,10 @@ | |||
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" /> | 8 | <!-- <xsl:param name="appendix.autolabel" select="A" /> --> |
9 | <xsl:param name="section.autolabel" select="1" /> | 9 | <xsl:param name="section.autolabel" select="1" /> |
10 | <xsl:param name="section.label.includes.component.label" select="1" /> | 10 | <xsl:param name="section.label.includes.component.label" select="1" /> |
11 | <xsl:param name="appendix.autolabel">A</xsl:param> | ||
11 | 12 | ||
12 | <!-- <xsl:param name="generate.toc" select="'article nop'"></xsl:param> --> | 13 | <!-- <xsl:param name="generate.toc" select="'article nop'"></xsl:param> --> |
13 | 14 | ||