summaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-02-22 15:21:12 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-03 17:40:13 +0000
commitb2b22d5edaf5ceb41a05575318d801efa6fd33c7 (patch)
treea90cdaa31da1106363bc99c705686c2779ed070b /documentation/Makefile
parent0b7d8a4c769e5a3a0cee1a3f15446ecc55b2368f (diff)
downloadpoky-b2b22d5edaf5ceb41a05575318d801efa6fd33c7.tar.gz
dev-manual, mega-manual, Makefile: Added support for new upgrade flow
Created a new figure for the devtool upgrade flow. Put the figure in the "figures" folder of the dev-manual and the mega-manual. Updated the Makefile to include the new figure when creating Tarball of the dev-manual and the mega-manual. (From yocto-docs rev: 4b504f6f179ca7c7e9a69f23fc25b1f33ced8e44) 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/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 94bdc6653c..db61eb3782 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -135,6 +135,7 @@ TARFILES = dev-style.css dev-manual.html \
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 figures/devtool-modify-flow.png \ 137 figures/devtool-add-flow.png figures/devtool-modify-flow.png \
138 figures/devtool-upgrade-flow.png \
138 eclipse 139 eclipse
139 endif 140 endif
140 141
@@ -244,7 +245,7 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png \
244 figures/build-workspace-directory.png figures/mega-title.png \ 245 figures/build-workspace-directory.png figures/mega-title.png \
245 figures/toaster-title.png figures/hosted-service.png \ 246 figures/toaster-title.png figures/hosted-service.png \
246 figures/simple-configuration.png figures/devtool-add-flow.png \ 247 figures/simple-configuration.png figures/devtool-add-flow.png \
247 figures/devtool-modify-flow.png 248 figures/devtool-modify-flow.png figures/devtool-upgrade-flow.png
248 endif 249 endif
249 250
250MANUALS = $(DOC)/$(DOC).html 251MANUALS = $(DOC)/$(DOC).html