summaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-03-15 11:05:17 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-23 21:56:07 +0000
commitad7a994cbb475ac0a74c692d34a02c81404ce569 (patch)
tree00437397e124a8a148643232bd89f3b4f489adfb /documentation/Makefile
parent890f7215f015385762bce7c97b192f6a68d74585 (diff)
downloadpoky-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/Makefile5
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
252MANUALS = $(DOC)/$(DOC).html 253MANUALS = $(DOC)/$(DOC).html
@@ -288,7 +289,7 @@ ifeq ($(DOC),sdk-manual)
288XSLTOPTS = --xinclude 289XSLTOPTS = --xinclude
289ALLPREQ = html eclipse tarball 290ALLPREQ = html eclipse tarball
290TARFILES = sdk-manual.html sdk-style.css figures/sdk-title.png \ 291TARFILES = 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
293MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse 294MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse
294FIGURES = figures 295FIGURES = figures