diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-03-15 11:05:17 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-23 21:56:07 +0000 |
commit | ad7a994cbb475ac0a74c692d34a02c81404ce569 (patch) | |
tree | 00437397e124a8a148643232bd89f3b4f489adfb /documentation/Makefile | |
parent | 890f7215f015385762bce7c97b192f6a68d74585 (diff) | |
download | poky-ad7a994cbb475ac0a74c692d34a02c81404ce569.tar.gz |
Makefile: Updated the figure list for the mega-manual.
Including three figs for Toaster manual.
(From yocto-docs rev: c41f9859b6cfc4e34b8e0d0e812fad0b8dd44540)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/Makefile')
-rw-r--r-- | documentation/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 52bbdc52ff..e502a4d600 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -246,7 +246,8 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png \ | |||
246 | figures/toaster-title.png figures/hosted-service.png \ | 246 | figures/toaster-title.png figures/hosted-service.png \ |
247 | figures/simple-configuration.png figures/devtool-add-flow.png \ | 247 | figures/simple-configuration.png figures/devtool-add-flow.png \ |
248 | figures/devtool-modify-flow.png figures/devtool-upgrade-flow.png \ | 248 | figures/devtool-modify-flow.png figures/devtool-upgrade-flow.png \ |
249 | figures/compatible-layers.png figures/import-layer.png figures/new-project.png | 249 | figures/compatible-layers.png figures/import-layer.png figures/new-project.png \ |
250 | figures/sdk-environment.png figures/sdk-installed-standard-sdk-directory.png | ||
250 | endif | 251 | endif |
251 | 252 | ||
252 | MANUALS = $(DOC)/$(DOC).html | 253 | MANUALS = $(DOC)/$(DOC).html |
@@ -288,7 +289,7 @@ ifeq ($(DOC),sdk-manual) | |||
288 | XSLTOPTS = --xinclude | 289 | XSLTOPTS = --xinclude |
289 | ALLPREQ = html eclipse tarball | 290 | ALLPREQ = html eclipse tarball |
290 | TARFILES = sdk-manual.html sdk-style.css figures/sdk-title.png \ | 291 | TARFILES = sdk-manual.html sdk-style.css figures/sdk-title.png \ |
291 | figures/sdk-environment.png \ | 292 | figures/sdk-environment.png figures/sdk-installed-standard-sdk-directory \ |
292 | eclipse | 293 | eclipse |
293 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse | 294 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse |
294 | FIGURES = figures | 295 | FIGURES = figures |