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>
This commit is contained in:
Scott Rifenbark 2013-08-19 17:20:23 +03:00 committed by Richard Purdie
parent 06c124b02d
commit bc1739193a
1 changed files with 3 additions and 2 deletions

View File

@ -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