aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-08-19 17:20:23 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-26 11:06:29 +0100
commitbc1739193a7ecab9dfeff65e1259df5255e35324 (patch)
treed3cb09d5986a7e3abea963baf905710353dc81bb /documentation/Makefile
parent06c124b02dcf792a479ce0d3ee5befa0deb7be47 (diff)
downloadopenembedded-core-contrib-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>
Diffstat (limited to 'documentation/Makefile')
-rw-r--r--documentation/Makefile5
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
figures/sysprof-copy-from-user.png figures/sysprof-copy-to-user.png figures/cross-development-toolchains.png \
figures/yocto-environment-ref.png figures/user-configuration.png figures/source-input.png \
figures/package-feeds.png figures/layer-input.png figures/images.png figures/sdk.png \
- figures/source-fetching.png
+ figures/source-fetching.png figures/patching.png
endif
MANUALS = $(DOC)/$(DOC).html
@@ -216,7 +216,8 @@ TARFILES = ref-manual.html ref-style.css figures/poky-title.png \
figures/cross-development-toolchains.png figures/layer-input.png \
figures/package-feeds.png figures/source-input.png \
figures/user-configuration.png figures/yocto-environment-ref.png \
- figures/images.png figures/sdk.png figures/source-fetching.png
+ figures/images.png figures/sdk.png figures/source-fetching.png \
+ figures/patching.png
MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf $(DOC)/eclipse
FIGURES = figures
STYLESHEET = $(DOC)/*.css