aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/mega-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-02-03 14:46:22 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-17 15:16:58 +0000
commit0c4e31cef1f5c3fa1500fb377a83965475a3ae79 (patch)
tree1fb386265f82bc53ff94a1ac5ad8aad1081142b5 /documentation/mega-manual
parent1b719fa7241bfad60cee32979c13c7358c156792 (diff)
downloadopenembedded-core-contrib-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>
Diffstat (limited to 'documentation/mega-manual')
-rw-r--r--documentation/mega-manual/mega-manual-customization.xsl2
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 @@
<xsl:include href="../template/formal.object.heading.xsl"/>
<xsl:include href="../template/gloss-permalinks.xsl"/>
- <xsl:param name="html.stylesheet" select="'ref-style.css'" />
+ <xsl:param name="html.stylesheet" select="'mega-style.css'" />
<xsl:param name="chapter.autolabel" select="1" />
<xsl:param name="appendix.autolabel">A</xsl:param>
<xsl:param name="section.autolabel" select="1" />