]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
Makefile: Added new figure for package creation.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Wed, 21 Aug 2013 15:57:08 +0000 (18:57 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 26 Aug 2013 10:06:30 +0000 (11:06 +0100)
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>
documentation/Makefile

index 36de22fe19c5b646876a1cc0ab1199bccc381a0d..e6de9e5483242cd528d2c3b334f3ad1878a1b3ec 100644 (file)
@@ -199,7 +199,8 @@ 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/patching.png figures/configuration-compile-autoreconf.png
+       figures/source-fetching.png figures/patching.png figures/configuration-compile-autoreconf.png \
+       figures/analysis-for-package-splitting.png
        endif
 
 MANUALS = $(DOC)/$(DOC).html
@@ -217,7 +218,8 @@ TARFILES = ref-manual.html ref-style.css figures/poky-title.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/patching.png figures/configuration-compile-autoreconf.png
+       figures/patching.png figures/configuration-compile-autoreconf.png \
+       figures/analysis-for-package-splitting.png
 MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf $(DOC)/eclipse
 FIGURES = figures
 STYLESHEET = $(DOC)/*.css