diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-03-15 10:30:27 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-23 21:56:06 +0000 |
commit | 77594c08d75a9143afb47cd110f7a7f59f06c8b5 (patch) | |
tree | 2690648eee9cc85a26ccfdf61d9dc72911ebc1c0 /documentation | |
parent | 00fe95d133fdb6fcdd982afe7f27a77bb021f788 (diff) | |
download | poky-77594c08d75a9143afb47cd110f7a7f59f06c8b5.tar.gz |
mega-manual, Makefile: Added support for three new toaster figures.
These figures were added through a patch and needed to also
be local to the figures directory in the mega-manual.
Also, the Makefile must list the figures for the TAR file.
(From yocto-docs rev: 6904899f2df8c531f1d6f7c61482d737b9e93971)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/Makefile | 6 | ||||
-rw-r--r-- | documentation/mega-manual/figures/compatible-layers.png | bin | 0 -> 163081 bytes | |||
-rw-r--r-- | documentation/mega-manual/figures/import-layer.png | bin | 0 -> 139108 bytes | |||
-rw-r--r-- | documentation/mega-manual/figures/new-project.png | bin | 0 -> 73760 bytes |
4 files changed, 4 insertions, 2 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index db61eb3782..781aa5ad3c 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -245,7 +245,8 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png \ | |||
245 | figures/build-workspace-directory.png figures/mega-title.png \ | 245 | figures/build-workspace-directory.png figures/mega-title.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 | endif | 250 | endif |
250 | 251 | ||
251 | MANUALS = $(DOC)/$(DOC).html | 252 | MANUALS = $(DOC)/$(DOC).html |
@@ -345,7 +346,8 @@ XSLTOPTS = --xinclude | |||
345 | ALLPREQ = html tarball | 346 | ALLPREQ = html tarball |
346 | TARFILES = toaster-manual.html toaster-manual-style.css \ | 347 | TARFILES = toaster-manual.html toaster-manual-style.css \ |
347 | figures/toaster-title.png figures/simple-configuration.png \ | 348 | figures/toaster-title.png figures/simple-configuration.png \ |
348 | figures/hosted-service.png | 349 | figures/hosted-service.png \ |
350 | figures/compatible-layers.png figures/import-layer.png figures/new-project.png | ||
349 | MANUALS = $(DOC)/$(DOC).html | 351 | MANUALS = $(DOC)/$(DOC).html |
350 | FIGURES = figures | 352 | FIGURES = figures |
351 | STYLESHEET = $(DOC)/*.css | 353 | STYLESHEET = $(DOC)/*.css |
diff --git a/documentation/mega-manual/figures/compatible-layers.png b/documentation/mega-manual/figures/compatible-layers.png new file mode 100644 index 0000000000..38436b075c --- /dev/null +++ b/documentation/mega-manual/figures/compatible-layers.png | |||
Binary files differ | |||
diff --git a/documentation/mega-manual/figures/import-layer.png b/documentation/mega-manual/figures/import-layer.png new file mode 100644 index 0000000000..436ec7af4a --- /dev/null +++ b/documentation/mega-manual/figures/import-layer.png | |||
Binary files differ | |||
diff --git a/documentation/mega-manual/figures/new-project.png b/documentation/mega-manual/figures/new-project.png new file mode 100644 index 0000000000..dbc50b9918 --- /dev/null +++ b/documentation/mega-manual/figures/new-project.png | |||
Binary files differ | |||