diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-02-09 12:43:21 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-14 15:25:32 +0000 |
commit | 4b3ebf00dc8eac6061ff077cff488f70c641d16e (patch) | |
tree | d0f2e8b265459d777c659552feda226617212138 /documentation/Makefile | |
parent | 31f0dda70b6a53a78780c800a17bedc8ed95939e (diff) | |
download | poky-4b3ebf00dc8eac6061ff077cff488f70c641d16e.tar.gz |
getting-started, mega-manual: New content for intro chapter
Created content for "What is the Yocto Project" section.
Involved a new figure that had to be shared in the mega-manual
figures folder.
(From yocto-docs rev: 72c18abd11587f4d78848afb8a71ff7f4a0e76d0)
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/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 9e0ba56df3..f2afc23628 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -89,7 +89,7 @@ XSLTOPTS = --xinclude | |||
89 | ALLPREQ = html eclipse tarball | 89 | ALLPREQ = html eclipse tarball |
90 | TARFILES = getting-started-style.css getting-started.html figures/getting-started-title.png \ | 90 | TARFILES = 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 \ | 92 | figures/yp-download.png figures/YP-flow-diagram.png figures/key-dev-elements.png \ |
93 | eclipse | 93 | eclipse |
94 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse | 94 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse |
95 | FIGURES = figures | 95 | FIGURES = figures |
@@ -270,7 +270,7 @@ TARFILES = mega-manual.html mega-style.css \ | |||
270 | figures/source-fetching.png figures/patching.png \ | 270 | figures/source-fetching.png figures/patching.png \ |
271 | figures/configuration-compile-autoreconf.png \ | 271 | figures/configuration-compile-autoreconf.png \ |
272 | figures/analysis-for-package-splitting.png \ | 272 | figures/analysis-for-package-splitting.png \ |
273 | figures/image-generation.png \ | 273 | figures/image-generation.png figures/key-dev-elements.png\ |
274 | figures/sdk-generation.png figures/recipe-workflow.png \ | 274 | figures/sdk-generation.png figures/recipe-workflow.png \ |
275 | figures/build-workspace-directory.png figures/mega-title.png \ | 275 | figures/build-workspace-directory.png figures/mega-title.png \ |
276 | figures/toaster-title.png figures/hosted-service.png \ | 276 | figures/toaster-title.png figures/hosted-service.png \ |