diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-03-02 08:47:44 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-23 21:56:07 +0000 |
commit | 5a647013e52a25843aef17947c442cdbfb794fd3 (patch) | |
tree | bd0c16139956bcb1f852f1425f12519df9e300cb /documentation | |
parent | 32629e01d674e1b221049e7c725b35ff5dab39c1 (diff) | |
download | poky-5a647013e52a25843aef17947c442cdbfb794fd3.tar.gz |
sdk-manual, mega-manual, Makefile: Added new figures
Added a devtool add and devtool modify flow digram. Updated
the Makefile to support those figures in the tarball creation.
(From yocto-docs rev: b40692065262dee0209329886b6e3a743c32b1bd)
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/sdk-devtool-add-flow.png | bin | 0 -> 179361 bytes | |||
-rw-r--r-- | documentation/mega-manual/figures/sdk-devtool-modify-flow.png | bin | 0 -> 152662 bytes | |||
-rw-r--r-- | documentation/sdk-manual/figures/sdk-devtool-add-flow.png | bin | 0 -> 179361 bytes | |||
-rw-r--r-- | documentation/sdk-manual/figures/sdk-devtool-modify-flow.png | bin | 0 -> 152662 bytes |
5 files changed, 4 insertions, 2 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 88966212de..d201f98f4f 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -248,7 +248,8 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.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 | figures/sdk-environment.png figures/sdk-installed-standard-sdk-directory.png \ |
251 | figures/sdk-installed-extensible-sdk-directory.png | 251 | figures/sdk-devtool-add-flow.png figures/sdk-installed-extensible-sdk-directory.png \ |
252 | figures/sdk-devtool-modify-flow.png | ||
252 | endif | 253 | endif |
253 | 254 | ||
254 | MANUALS = $(DOC)/$(DOC).html | 255 | MANUALS = $(DOC)/$(DOC).html |
@@ -291,7 +292,8 @@ XSLTOPTS = --xinclude | |||
291 | ALLPREQ = html eclipse tarball | 292 | ALLPREQ = html eclipse tarball |
292 | TARFILES = sdk-manual.html sdk-style.css figures/sdk-title.png \ | 293 | TARFILES = sdk-manual.html sdk-style.css figures/sdk-title.png \ |
293 | figures/sdk-environment.png figures/sdk-installed-standard-sdk-directory.png \ | 294 | figures/sdk-environment.png figures/sdk-installed-standard-sdk-directory.png \ |
294 | figures/sdk-installed-extensible-sdk-directory.png \ | 295 | figures/sdk-installed-extensible-sdk-directory.png figures/sdk-devtool-add-flow.png \ |
296 | figures/sdk-devtool-modify-flow.png \ | ||
295 | eclipse | 297 | eclipse |
296 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse | 298 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse |
297 | FIGURES = figures | 299 | FIGURES = figures |
diff --git a/documentation/mega-manual/figures/sdk-devtool-add-flow.png b/documentation/mega-manual/figures/sdk-devtool-add-flow.png new file mode 100644 index 0000000000..c09e60e355 --- /dev/null +++ b/documentation/mega-manual/figures/sdk-devtool-add-flow.png | |||
Binary files differ | |||
diff --git a/documentation/mega-manual/figures/sdk-devtool-modify-flow.png b/documentation/mega-manual/figures/sdk-devtool-modify-flow.png new file mode 100644 index 0000000000..cd7f4d05b1 --- /dev/null +++ b/documentation/mega-manual/figures/sdk-devtool-modify-flow.png | |||
Binary files differ | |||
diff --git a/documentation/sdk-manual/figures/sdk-devtool-add-flow.png b/documentation/sdk-manual/figures/sdk-devtool-add-flow.png new file mode 100644 index 0000000000..c09e60e355 --- /dev/null +++ b/documentation/sdk-manual/figures/sdk-devtool-add-flow.png | |||
Binary files differ | |||
diff --git a/documentation/sdk-manual/figures/sdk-devtool-modify-flow.png b/documentation/sdk-manual/figures/sdk-devtool-modify-flow.png new file mode 100644 index 0000000000..cd7f4d05b1 --- /dev/null +++ b/documentation/sdk-manual/figures/sdk-devtool-modify-flow.png | |||
Binary files differ | |||