diff options
-rw-r--r-- | documentation/Makefile | 3 | ||||
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs-customization.xsl | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index f9a0b9d294..3d1354926a 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -124,8 +124,7 @@ STYLESHEET = $(DOC)/*.css | |||
124 | endif | 124 | endif |
125 | 125 | ||
126 | ifeq ($(DOC),yocto-project-qs) | 126 | ifeq ($(DOC),yocto-project-qs) |
127 | XSLTOPTS = --stringparam html.stylesheet qs-style.css \ | 127 | XSLTOPTS = --xinclude |
128 | --xinclude | ||
129 | ALLPREQ = html tarball | 128 | ALLPREQ = html tarball |
130 | TARFILES = yocto-project-qs.html qs-style.css figures/yocto-environment.png figures/building-an-image.png figures/using-a-pre-built-image.png figures/yocto-project-transp.png | 129 | TARFILES = yocto-project-qs.html qs-style.css figures/yocto-environment.png figures/building-an-image.png figures/using-a-pre-built-image.png figures/yocto-project-transp.png |
131 | MANUALS = $(DOC)/$(DOC).html | 130 | MANUALS = $(DOC)/$(DOC).html |
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> |