diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-02-03 14:46:22 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-17 15:16:58 +0000 |
commit | 0c4e31cef1f5c3fa1500fb377a83965475a3ae79 (patch) | |
tree | 1fb386265f82bc53ff94a1ac5ad8aad1081142b5 | |
parent | 1b719fa7241bfad60cee32979c13c7358c156792 (diff) | |
download | poky-0c4e31cef1f5c3fa1500fb377a83965475a3ae79.tar.gz |
mega-manual: Fixed reference to style sheet.
the customization layer for some reason was referencing the
ref-style.css file instead of the mega-style.css. I changed this
over.
(From yocto-docs rev: f47e14c27cde0a436a9ffbf26ca425951eae5d4e)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/mega-manual/mega-manual-customization.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/mega-manual/mega-manual-customization.xsl b/documentation/mega-manual/mega-manual-customization.xsl index a8b9bd6b5b..1f7f9c1c7b 100644 --- a/documentation/mega-manual/mega-manual-customization.xsl +++ b/documentation/mega-manual/mega-manual-customization.xsl | |||
@@ -24,7 +24,7 @@ | |||
24 | <xsl:include href="../template/formal.object.heading.xsl"/> | 24 | <xsl:include href="../template/formal.object.heading.xsl"/> |
25 | <xsl:include href="../template/gloss-permalinks.xsl"/> | 25 | <xsl:include href="../template/gloss-permalinks.xsl"/> |
26 | 26 | ||
27 | <xsl:param name="html.stylesheet" select="'ref-style.css'" /> | 27 | <xsl:param name="html.stylesheet" select="'mega-style.css'" /> |
28 | <xsl:param name="chapter.autolabel" select="1" /> | 28 | <xsl:param name="chapter.autolabel" select="1" /> |
29 | <xsl:param name="appendix.autolabel">A</xsl:param> | 29 | <xsl:param name="appendix.autolabel">A</xsl:param> |
30 | <xsl:param name="section.autolabel" select="1" /> | 30 | <xsl:param name="section.autolabel" select="1" /> |