aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-01-29 13:02:32 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-03 17:40:12 +0000
commit17a21e6f73a497ba281d3c563e694aee77df6285 (patch)
treea6d1b766f5189eaea6c1b41b3b3380d08fcc38ed /documentation
parentd346c35b19d4a1b43245cf6993854b2534791de6 (diff)
downloadopenembedded-core-contrib-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/Makefile3
-rw-r--r--documentation/dev-manual/figures/devtool-add-flow.pngbin0 -> 198457 bytes
-rw-r--r--documentation/mega-manual/figures/devtool-add-flow.pngbin0 -> 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 \
figures/kernel-overview-1.png figures/kernel-overview-2-generic.png \
figures/source-repos.png figures/yp-download.png \
figures/recipe-workflow.png figures/build-workspace-directory.png \
+ figures/devtool-add-flow.png \
eclipse
endif
@@ -242,7 +243,7 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png \
figures/sdk-generation.png figures/recipe-workflow.png \
figures/build-workspace-directory.png figures/mega-title.png \
figures/toaster-title.png figures/hosted-service.png \
- figures/simple-configuration.png
+ figures/simple-configuration.png figures/devtool-add-flow.png
endif
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