diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-08-21 18:57:08 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-26 11:06:30 +0100 |
| commit | 3420b3a7596c5de3e4b3353b9e4fc8796d485d26 (patch) | |
| tree | 3a8a4bc67c63ff57fb22aa63996eed4fc55391d9 /documentation/Makefile | |
| parent | 6457ad3f28007c84e8d475b349466593bd428ad9 (diff) | |
| download | poky-3420b3a7596c5de3e4b3353b9e4fc8796d485d26.tar.gz | |
Makefile: Added new figure for package creation.
Fixes [YOCTO #2808]
The new section on package creation required a new figure.
I added the figure to the TARBALL creation part for both the
ref-manual and the mega-manual.
(From yocto-docs rev: 3e752dd95659282833519bff866adc940a156ba7)
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 36de22fe19..e6de9e5483 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
| @@ -199,7 +199,8 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png figures | |||
| 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 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 | ||
| 203 | endif | 204 | endif |
| 204 | 205 | ||
| 205 | MANUALS = $(DOC)/$(DOC).html | 206 | MANUALS = $(DOC)/$(DOC).html |
| @@ -217,7 +218,8 @@ TARFILES = ref-manual.html ref-style.css figures/poky-title.png \ | |||
| 217 | figures/package-feeds.png figures/source-input.png \ | 218 | figures/package-feeds.png figures/source-input.png \ |
| 218 | figures/user-configuration.png figures/yocto-environment-ref.png \ | 219 | figures/user-configuration.png figures/yocto-environment-ref.png \ |
| 219 | figures/images.png figures/sdk.png figures/source-fetching.png \ | 220 | figures/images.png figures/sdk.png figures/source-fetching.png \ |
| 220 | figures/patching.png figures/configuration-compile-autoreconf.png | 221 | figures/patching.png figures/configuration-compile-autoreconf.png \ |
| 222 | figures/analysis-for-package-splitting.png | ||
| 221 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf $(DOC)/eclipse | 223 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf $(DOC)/eclipse |
| 222 | FIGURES = figures | 224 | FIGURES = figures |
| 223 | STYLESHEET = $(DOC)/*.css | 225 | STYLESHEET = $(DOC)/*.css |
