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/Makefile | |
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/Makefile')
-rw-r--r-- | documentation/Makefile | 3 |
1 files changed, 1 insertions, 2 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 |