diff options
author | Timo Mueller <timo.mueller@bmw-carit.de> | 2012-11-30 09:59:44 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-14 17:21:27 +0000 |
commit | bbe7cb47704ee6d6e92acaf7acf5fca00f23b903 (patch) | |
tree | ab18fc2d9f04166ad35afe4e9aef1386a0bc19d9 /documentation/yocto-project-qs | |
parent | f4bcee695c47ff27bf642fa7205e73f38257562a (diff) | |
download | poky-bbe7cb47704ee6d6e92acaf7acf5fca00f23b903.tar.gz |
documentation: Move yocto-project-qs global parameters to customization file
Standard stylesheet parameters were moved to the docbook customization
file tying them to the docbook stylesheet used. Removing these
parameters simplifies the Makefile.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/yocto-project-qs')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs-customization.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs-customization.xsl b/documentation/yocto-project-qs/yocto-project-qs-customization.xsl index 8e6ea34dd4..904289a4a6 100644 --- a/documentation/yocto-project-qs/yocto-project-qs-customization.xsl +++ b/documentation/yocto-project-qs/yocto-project-qs-customization.xsl | |||
@@ -4,5 +4,5 @@ | |||
4 | <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl" /> | 4 | <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl" /> |
5 | 5 | ||
6 | <xsl:param name="generate.toc" select="'article nop'"></xsl:param> | 6 | <xsl:param name="generate.toc" select="'article nop'"></xsl:param> |
7 | 7 | <xsl:param name="html.stylesheet" select="'qs-style.css'" /> | |
8 | </xsl:stylesheet> | 8 | </xsl:stylesheet> |