diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-01-29 13:02:32 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-03 17:40:12 +0000 |
commit | 17a21e6f73a497ba281d3c563e694aee77df6285 (patch) | |
tree | a6d1b766f5189eaea6c1b41b3b3380d08fcc38ed /documentation | |
parent | d346c35b19d4a1b43245cf6993854b2534791de6 (diff) | |
download | poky-17a21e6f73a497ba281d3c563e694aee77df6285.tar.gz |
Makefile, dev-manual, mega-manual: Added new figure support
Created a new figure for devtool add flow. Added support
for it in the Makefile. The figure, as usual, needs to
reside in the figures directory in both the dev-manual and
the mega-manual.
(From yocto-docs rev: 2040a31b806fdade060f7a4182a09673b76db7b3)
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 | 3 | ||||
-rw-r--r-- | documentation/dev-manual/figures/devtool-add-flow.png | bin | 0 -> 198457 bytes | |||
-rw-r--r-- | documentation/mega-manual/figures/devtool-add-flow.png | bin | 0 -> 198457 bytes |
3 files changed, 2 insertions, 1 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 6c2f466036..46426a0d02 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -134,6 +134,7 @@ TARFILES = dev-style.css dev-manual.html \ | |||
134 | figures/kernel-overview-1.png figures/kernel-overview-2-generic.png \ | 134 | figures/kernel-overview-1.png figures/kernel-overview-2-generic.png \ |
135 | figures/source-repos.png figures/yp-download.png \ | 135 | figures/source-repos.png figures/yp-download.png \ |
136 | figures/recipe-workflow.png figures/build-workspace-directory.png \ | 136 | figures/recipe-workflow.png figures/build-workspace-directory.png \ |
137 | figures/devtool-add-flow.png \ | ||
137 | eclipse | 138 | eclipse |
138 | endif | 139 | endif |
139 | 140 | ||
@@ -242,7 +243,7 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png \ | |||
242 | figures/sdk-generation.png figures/recipe-workflow.png \ | 243 | figures/sdk-generation.png figures/recipe-workflow.png \ |
243 | figures/build-workspace-directory.png figures/mega-title.png \ | 244 | figures/build-workspace-directory.png figures/mega-title.png \ |
244 | figures/toaster-title.png figures/hosted-service.png \ | 245 | figures/toaster-title.png figures/hosted-service.png \ |
245 | figures/simple-configuration.png | 246 | figures/simple-configuration.png figures/devtool-add-flow.png |
246 | endif | 247 | endif |
247 | 248 | ||
248 | MANUALS = $(DOC)/$(DOC).html | 249 | MANUALS = $(DOC)/$(DOC).html |
diff --git a/documentation/dev-manual/figures/devtool-add-flow.png b/documentation/dev-manual/figures/devtool-add-flow.png new file mode 100644 index 0000000000..89c86f9347 --- /dev/null +++ b/documentation/dev-manual/figures/devtool-add-flow.png | |||
Binary files differ | |||
diff --git a/documentation/mega-manual/figures/devtool-add-flow.png b/documentation/mega-manual/figures/devtool-add-flow.png new file mode 100644 index 0000000000..89c86f9347 --- /dev/null +++ b/documentation/mega-manual/figures/devtool-add-flow.png | |||
Binary files differ | |||