summaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-02-19 13:22:56 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-03 08:35:24 +0000
commit68823387c35b766f32399b3051f789a2cf4a74f5 (patch)
treeda1cd346df58721c0a52db7fc0c52cbeacba4456 /documentation/Makefile
parenta70b32c5a0e188444ff0824c0a16d0753b9c3a86 (diff)
downloadpoky-68823387c35b766f32399b3051f789a2cf4a74f5.tar.gz
getting-started, mega-manual: Added reference distro poky section
Added the new section "Reference Embedded Distribution (Poky)" section to the getting-started manual. The new section required a new figure. I had to add the figure to the figures folder of both the getting-started and mega-manual books. Updates to the Makefile to include the new figure as part the tarfiles created for each book. (From yocto-docs rev: e5f44e17d4c1e55b6f229cc3745727e439b5bcb7) 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 f2afc23628..bb8d6a5749 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -90,6 +90,7 @@ ALLPREQ = html eclipse tarball
90TARFILES = getting-started-style.css getting-started.html figures/getting-started-title.png \ 90TARFILES = getting-started-style.css getting-started.html figures/getting-started-title.png \
91 figures/git-workflow.png figures/source-repos.png figures/index-downloads.png \ 91 figures/git-workflow.png figures/source-repos.png figures/index-downloads.png \
92 figures/yp-download.png figures/YP-flow-diagram.png figures/key-dev-elements.png \ 92 figures/yp-download.png figures/YP-flow-diagram.png figures/key-dev-elements.png \
93 figures/poky-reference-distribution.png \
93 eclipse 94 eclipse
94MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse 95MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse
95FIGURES = figures 96FIGURES = figures
@@ -274,7 +275,7 @@ TARFILES = mega-manual.html mega-style.css \
274 figures/sdk-generation.png figures/recipe-workflow.png \ 275 figures/sdk-generation.png figures/recipe-workflow.png \
275 figures/build-workspace-directory.png figures/mega-title.png \ 276 figures/build-workspace-directory.png figures/mega-title.png \
276 figures/toaster-title.png figures/hosted-service.png \ 277 figures/toaster-title.png figures/hosted-service.png \
277 figures/simple-configuration.png \ 278 figures/simple-configuration.png figures/poky-reference-distribution.png \
278 figures/compatible-layers.png figures/import-layer.png figures/new-project.png \ 279 figures/compatible-layers.png figures/import-layer.png figures/new-project.png \
279 figures/sdk-environment.png figures/sdk-installed-standard-sdk-directory.png \ 280 figures/sdk-environment.png figures/sdk-installed-standard-sdk-directory.png \
280 figures/sdk-devtool-add-flow.png figures/sdk-installed-extensible-sdk-directory.png \ 281 figures/sdk-devtool-add-flow.png figures/sdk-installed-extensible-sdk-directory.png \