diff options
Diffstat (limited to 'documentation/Makefile')
-rw-r--r-- | documentation/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 9891095043..a747b44738 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -141,10 +141,15 @@ STYLESHEET = $(DOC)/*.css | |||
141 | endif | 141 | endif |
142 | 142 | ||
143 | ifeq ($(DOC),yocto-project-qs) | 143 | ifeq ($(DOC),yocto-project-qs) |
144 | XSLTOPTS = --xinclude | 144 | XSLTOPTS = --stringparam html.stylesheet qs-style.css \ |
145 | --stringparam chapter.autolabel 1 \ | ||
146 | --stringparam section.autolabel 1 \ | ||
147 | --stringparam section.label.includes.component.label 1 \ | ||
148 | --xinclude | ||
145 | ALLPREQ = html eclipse tarball | 149 | ALLPREQ = html eclipse tarball |
150 | |||
146 | TARFILES = yocto-project-qs.html qs-style.css \ | 151 | TARFILES = yocto-project-qs.html qs-style.css \ |
147 | figures/yocto-project-transp.png \ | 152 | figures/yocto-project-transp.png figures/ypqs-title.png \ |
148 | eclipse | 153 | eclipse |
149 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse | 154 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse |
150 | FIGURES = figures | 155 | FIGURES = figures |
@@ -244,7 +249,7 @@ TARFILES = mega-manual.html mega-style.css \ | |||
244 | figures/sdk-environment.png figures/sdk-installed-standard-sdk-directory.png \ | 249 | figures/sdk-environment.png figures/sdk-installed-standard-sdk-directory.png \ |
245 | figures/sdk-devtool-add-flow.png figures/sdk-installed-extensible-sdk-directory.png \ | 250 | figures/sdk-devtool-add-flow.png figures/sdk-installed-extensible-sdk-directory.png \ |
246 | figures/sdk-devtool-modify-flow.png figures/sdk-eclipse-dev-flow.png \ | 251 | figures/sdk-devtool-modify-flow.png figures/sdk-eclipse-dev-flow.png \ |
247 | figures/sdk-devtool-upgrade-flow.png figures/bitbake-build-flow.png | 252 | figures/sdk-devtool-upgrade-flow.png figures/bitbake-build-flow.png figures/ypqs-title.png |
248 | endif | 253 | endif |
249 | 254 | ||
250 | MANUALS = $(DOC)/$(DOC).html | 255 | MANUALS = $(DOC)/$(DOC).html |