From bc1739193a7ecab9dfeff65e1259df5255e35324 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 19 Aug 2013 17:20:23 +0300 Subject: 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 Signed-off-by: Richard Purdie --- documentation/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'documentation') 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 -- cgit v1.2.3-54-g00ecf