summaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-06-04 15:39:58 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-06-15 11:26:47 +0100
commit31b2696c906685f8a3163ff21307fba8e62b3a77 (patch)
tree9d6509e972921e2306410252efc8a2f1252b7d2b /documentation/Makefile
parent61a7ab26ee4c71508480709e2c863cb9ecc7e376 (diff)
downloadpoky-31b2696c906685f8a3163ff21307fba8e62b3a77.tar.gz
sdk-manual, mega-manual: Added Autotools flow figure
New figure for the section on Autotools workflow. The figure goes in the folders for both the sdk-manual and the mega-manual. Updated the Makefile to include the new figure in the tarball when creating both manuals. (From yocto-docs rev: ccb2c4b9ebd0b0aaa55b5790eb6a916701e10af4) 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/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 0e12bef770..cd4f51d6a8 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -268,7 +268,7 @@ TARFILES = mega-manual.html mega-style.css \
268 figures/sdk-devtool-add-flow.png figures/sdk-installed-extensible-sdk-directory.png \ 268 figures/sdk-devtool-add-flow.png figures/sdk-installed-extensible-sdk-directory.png \
269 figures/sdk-devtool-modify-flow.png figures/sdk-eclipse-dev-flow.png \ 269 figures/sdk-devtool-modify-flow.png figures/sdk-eclipse-dev-flow.png \
270 figures/sdk-devtool-upgrade-flow.png figures/bitbake-build-flow.png figures/bypqs-title.png \ 270 figures/sdk-devtool-upgrade-flow.png figures/bitbake-build-flow.png figures/bypqs-title.png \
271 figures/overview-manual-title.png 271 figures/overview-manual-title.png figures/sdk-autotools-flow.png
272 endif 272 endif
273 273
274MANUALS = $(DOC)/$(DOC).html 274MANUALS = $(DOC)/$(DOC).html
@@ -295,7 +295,7 @@ TARFILES = sdk-manual.html sdk-style.css figures/sdk-title.png \
295 figures/sdk-environment.png figures/sdk-installed-standard-sdk-directory.png \ 295 figures/sdk-environment.png figures/sdk-installed-standard-sdk-directory.png \
296 figures/sdk-installed-extensible-sdk-directory.png figures/sdk-devtool-add-flow.png \ 296 figures/sdk-installed-extensible-sdk-directory.png figures/sdk-devtool-add-flow.png \
297 figures/sdk-devtool-modify-flow.png figures/sdk-eclipse-dev-flow.png \ 297 figures/sdk-devtool-modify-flow.png figures/sdk-eclipse-dev-flow.png \
298 figures/sdk-devtool-upgrade-flow.png \ 298 figures/sdk-devtool-upgrade-flow.png figures/sdk-autotools-flow.png \
299 eclipse 299 eclipse
300MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse 300MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse
301FIGURES = figures 301FIGURES = figures