diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-08-19 17:20:23 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-26 11:06:29 +0100 |
commit | bc1739193a7ecab9dfeff65e1259df5255e35324 (patch) | |
tree | d3cb09d5986a7e3abea963baf905710353dc81bb | |
parent | 06c124b02dcf792a479ce0d3ee5befa0deb7be47 (diff) | |
download | poky-bc1739193a7ecab9dfeff65e1259df5255e35324.tar.gz |
Makefile: Updated with new figure.
Fixes [YOCTO #2808]
Had to add the patching.png figure to the TARBALL for the
mega-manual and the ref-manual.
(From yocto-docs rev: fe51c2c76f364956683c484527e245a745920dc1)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 90efc0542b..60f042d855 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -199,7 +199,7 @@ 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 | 202 | figures/source-fetching.png figures/patching.png |
203 | endif | 203 | endif |
204 | 204 | ||
205 | MANUALS = $(DOC)/$(DOC).html | 205 | MANUALS = $(DOC)/$(DOC).html |
@@ -216,7 +216,8 @@ TARFILES = ref-manual.html ref-style.css figures/poky-title.png \ | |||
216 | figures/cross-development-toolchains.png figures/layer-input.png \ | 216 | figures/cross-development-toolchains.png figures/layer-input.png \ |
217 | figures/package-feeds.png figures/source-input.png \ | 217 | figures/package-feeds.png figures/source-input.png \ |
218 | figures/user-configuration.png figures/yocto-environment-ref.png \ | 218 | figures/user-configuration.png figures/yocto-environment-ref.png \ |
219 | figures/images.png figures/sdk.png figures/source-fetching.png | 219 | figures/images.png figures/sdk.png figures/source-fetching.png \ |
220 | figures/patching.png | ||
220 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf $(DOC)/eclipse | 221 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf $(DOC)/eclipse |
221 | FIGURES = figures | 222 | FIGURES = figures |
222 | STYLESHEET = $(DOC)/*.css | 223 | STYLESHEET = $(DOC)/*.css |