diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-02-02 10:09:35 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-14 15:25:31 +0000 |
commit | b509d336c757300b1fc9312f755b3bfd8707bf79 (patch) | |
tree | c04c7747aeb89d461d30d09e694283ce5a014b94 /documentation/Makefile | |
parent | c56f781994a6f736906855836b87ef7f82e8b76e (diff) | |
download | poky-b509d336c757300b1fc9312f755b3bfd8707bf79.tar.gz |
Makefile: Updated tarball lists for figures
The list of *.png files included in the TARBALL variable setting
changed due to figures moving from the getting-started manual to
the concepts-manual.
(From yocto-docs rev: 1439fa9f22a2b2746aa8e8303205f5ec33c7f67b)
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 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index fc9f9f9534..9e0ba56df3 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -89,12 +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/yocto-environment-ref.png figures/user-configuration.png \ | 92 | figures/yp-download.png figures/YP-flow-diagram.png \ |
93 | figures/layer-input.png figures/source-input.png figures/package-feeds.png \ | ||
94 | figures/source-fetching.png figures/patching.png figures/configuration-compile-autoreconf.png \ | ||
95 | figures/analysis-for-package-splitting.png figures/image-generation.png \ | ||
96 | figures/sdk-generation.png figures/images.png figures/sdk.png \ | ||
97 | figures/YP-flow-diagram.png \ | ||
98 | eclipse | 93 | eclipse |
99 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse | 94 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse |
100 | FIGURES = figures | 95 | FIGURES = figures |
@@ -106,7 +101,12 @@ ifeq ($(DOC),concepts-manual) | |||
106 | XSLTOPTS = --xinclude | 101 | XSLTOPTS = --xinclude |
107 | ALLPREQ = html eclipse tarball | 102 | ALLPREQ = html eclipse tarball |
108 | TARFILES = concepts-manual-style.css concepts-manual.html figures/concepts-manual-title.png \ | 103 | TARFILES = concepts-manual-style.css concepts-manual.html figures/concepts-manual-title.png \ |
109 | figures/cross-development-toolchains.png \ | 104 | figures/cross-development-toolchains.png figures/yocto-environment-ref.png \ |
105 | figures/user-configuration.png figures/layer-input.png figures/source-input.png \ | ||
106 | figures/package-feeds.png figures/patching.png figures/source-fetching.png \ | ||
107 | figures/configuration-compile-autoreconf.png figures/analysis-for-package-splitting.png \ | ||
108 | figures/image-generation.png figures/sdk-generation.png figures/images.png \ | ||
109 | figures/sdk.png \ | ||
110 | eclipse | 110 | eclipse |
111 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse | 111 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse |
112 | FIGURES = figures | 112 | FIGURES = figures |