diff options
Diffstat (limited to 'documentation/Makefile')
-rw-r--r-- | documentation/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index e32b83a685..f4497ccc6b 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -143,7 +143,7 @@ endif | |||
143 | ifeq ($(DOC),yocto-project-qs) | 143 | ifeq ($(DOC),yocto-project-qs) |
144 | XSLTOPTS = --xinclude | 144 | XSLTOPTS = --xinclude |
145 | ALLPREQ = html eclipse tarball | 145 | ALLPREQ = html eclipse tarball |
146 | TARFILES = yocto-project-qs.html qs-style.css figures/yocto-environment.png \ | 146 | TARFILES = yocto-project-qs.html qs-style.css \ |
147 | figures/yocto-project-transp.png \ | 147 | figures/yocto-project-transp.png \ |
148 | eclipse | 148 | eclipse |
149 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse | 149 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse |
@@ -191,7 +191,7 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png \ | |||
191 | figures/wip.png | 191 | figures/wip.png |
192 | else | 192 | else |
193 | TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png \ | 193 | TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png \ |
194 | figures/building-an-image.png \ | 194 | figures/building-an-image.png figures/YP-flow-diagram.png \ |
195 | figures/using-a-pre-built-image.png \ | 195 | figures/using-a-pre-built-image.png \ |
196 | figures/poky-title.png figures/buildhistory.png \ | 196 | figures/poky-title.png figures/buildhistory.png \ |
197 | figures/buildhistory-web.png \ | 197 | figures/buildhistory-web.png \ |
@@ -256,7 +256,7 @@ endif | |||
256 | ifeq ($(DOC),ref-manual) | 256 | ifeq ($(DOC),ref-manual) |
257 | XSLTOPTS = --xinclude | 257 | XSLTOPTS = --xinclude |
258 | ALLPREQ = html eclipse tarball | 258 | ALLPREQ = html eclipse tarball |
259 | TARFILES = ref-manual.html ref-style.css figures/poky-title.png \ | 259 | TARFILES = ref-manual.html ref-style.css figures/poky-title.png figures/YP-flow-diagram.png \ |
260 | figures/buildhistory.png figures/buildhistory-web.png eclipse \ | 260 | figures/buildhistory.png figures/buildhistory-web.png eclipse \ |
261 | figures/cross-development-toolchains.png figures/layer-input.png \ | 261 | figures/cross-development-toolchains.png figures/layer-input.png \ |
262 | figures/package-feeds.png figures/source-input.png \ | 262 | figures/package-feeds.png figures/source-input.png \ |