diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-09-16 15:38:23 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-22 12:20:47 +0100 |
commit | 43c10b90ad8f66af74b6fafecacd213132bb565e (patch) | |
tree | 9298381ee9cbe2ef77da5812e6bbc17ed7085dcb /documentation/Makefile | |
parent | f5686c9f42856878b2957d1f5a7bc39b52eb5af2 (diff) | |
download | poky-43c10b90ad8f66af74b6fafecacd213132bb565e.tar.gz |
ref-manual, mega-manual, Makefile: New figure added for sdk
Fixes [YOCTO #2808]
Added a new figure to support the expanded section on SDK
generation. Figure added to "figures" directory for both
the ref-manual and the mega-manual. Updated Makefile to
include the figure in the TARBALL variable for both the
manuals.
(From yocto-docs rev: 41f78fddfd871fdd4c1c963b98093567d4b4d230)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/Makefile')
-rw-r--r-- | documentation/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index c3f4aa2363..5f2f865f39 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -200,7 +200,8 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png figures | |||
200 | figures/yocto-environment-ref.png figures/user-configuration.png figures/source-input.png \ | 200 | figures/yocto-environment-ref.png figures/user-configuration.png figures/source-input.png \ |
201 | figures/package-feeds.png figures/layer-input.png figures/images.png figures/sdk.png \ | 201 | figures/package-feeds.png figures/layer-input.png figures/images.png figures/sdk.png \ |
202 | figures/source-fetching.png figures/patching.png figures/configuration-compile-autoreconf.png \ | 202 | figures/source-fetching.png figures/patching.png figures/configuration-compile-autoreconf.png \ |
203 | figures/analysis-for-package-splitting.png figures/image-generation.png | 203 | figures/analysis-for-package-splitting.png figures/image-generation.png \ |
204 | figures/sdk-generation.png | ||
204 | endif | 205 | endif |
205 | 206 | ||
206 | MANUALS = $(DOC)/$(DOC).html | 207 | MANUALS = $(DOC)/$(DOC).html |
@@ -219,7 +220,8 @@ TARFILES = ref-manual.html ref-style.css figures/poky-title.png \ | |||
219 | figures/user-configuration.png figures/yocto-environment-ref.png \ | 220 | figures/user-configuration.png figures/yocto-environment-ref.png \ |
220 | figures/images.png figures/sdk.png figures/source-fetching.png \ | 221 | figures/images.png figures/sdk.png figures/source-fetching.png \ |
221 | figures/patching.png figures/configuration-compile-autoreconf.png \ | 222 | figures/patching.png figures/configuration-compile-autoreconf.png \ |
222 | figures/analysis-for-package-splitting.png figures/image-generation.png | 223 | figures/analysis-for-package-splitting.png figures/image-generation.png \ |
224 | figures/sdk-generation.png | ||
223 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf $(DOC)/eclipse | 225 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf $(DOC)/eclipse |
224 | FIGURES = figures | 226 | FIGURES = figures |
225 | STYLESHEET = $(DOC)/*.css | 227 | STYLESHEET = $(DOC)/*.css |