diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-08-02 16:56:40 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-13 13:18:47 +0100 |
commit | 4b23d26063790c4dad466cf8a0af8ba4a0970f1d (patch) | |
tree | 954e2b6096c4fa983d18ae04cb8860067cc21725 /documentation/Makefile | |
parent | 17ded75fdec517bfc6809091c56910cf55986f62 (diff) | |
download | poky-4b23d26063790c4dad466cf8a0af8ba4a0970f1d.tar.gz |
ref-manual, mega-manual: New section for images/SDK
Fixes [YOCTO #2808]
Added a new section for the closer look at how BitBake creates
images and the SDK installer files. This included the section
itself, a new .PNG figure that had to be added to the figures
directory of both the ref-manual and the mega-manual. Finally,
the Makefile needed to be edited so that the tarballs for the
ref-manual and mega-manual also included the new figure.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/Makefile')
-rw-r--r-- | documentation/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index ca70bce772..e286ea4ddc 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -198,7 +198,7 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png figures | |||
198 | figures/sched-wakeup-profile.png figures/sysprof-callers.png \ | 198 | figures/sched-wakeup-profile.png figures/sysprof-callers.png \ |
199 | figures/sysprof-copy-from-user.png figures/sysprof-copy-to-user.png figures/cross-development-toolchains.png \ | 199 | figures/sysprof-copy-from-user.png figures/sysprof-copy-to-user.png figures/cross-development-toolchains.png \ |
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 | 201 | figures/package-feeds.png figures/layer-input.png figures/images-sdk.png |
202 | endif | 202 | endif |
203 | 203 | ||
204 | MANUALS = $(DOC)/$(DOC).html | 204 | MANUALS = $(DOC)/$(DOC).html |
@@ -214,7 +214,8 @@ TARFILES = ref-manual.html ref-style.css figures/poky-title.png \ | |||
214 | figures/buildhistory.png figures/buildhistory-web.png eclipse \ | 214 | figures/buildhistory.png figures/buildhistory-web.png eclipse \ |
215 | figures/cross-development-toolchains.png figures/layer-input.png \ | 215 | figures/cross-development-toolchains.png figures/layer-input.png \ |
216 | figures/package-feeds.png figures/source-input.png \ | 216 | figures/package-feeds.png figures/source-input.png \ |
217 | figures/user-configuration.png figures/yocto-environment-ref.png | 217 | figures/user-configuration.png figures/yocto-environment-ref.png \ |
218 | figures/images-sdk.png | ||
218 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf $(DOC)/eclipse | 219 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf $(DOC)/eclipse |
219 | FIGURES = figures | 220 | FIGURES = figures |
220 | STYLESHEET = $(DOC)/*.css | 221 | STYLESHEET = $(DOC)/*.css |