mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
Makefile: Updated tarball lists for figures
The list of *.png files included in the TARBALL variable setting changed due to figures moving from the getting-started manual to the concepts-manual. (From yocto-docs rev: 1439fa9f22a2b2746aa8e8303205f5ec33c7f67b) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c56f781994
commit
b509d336c7
@@ -89,12 +89,7 @@ XSLTOPTS = --xinclude
|
||||
ALLPREQ = html eclipse tarball
|
||||
TARFILES = getting-started-style.css getting-started.html figures/getting-started-title.png \
|
||||
figures/git-workflow.png figures/source-repos.png figures/index-downloads.png \
|
||||
figures/yp-download.png figures/yocto-environment-ref.png figures/user-configuration.png \
|
||||
figures/layer-input.png figures/source-input.png figures/package-feeds.png \
|
||||
figures/source-fetching.png figures/patching.png figures/configuration-compile-autoreconf.png \
|
||||
figures/analysis-for-package-splitting.png figures/image-generation.png \
|
||||
figures/sdk-generation.png figures/images.png figures/sdk.png \
|
||||
figures/YP-flow-diagram.png \
|
||||
figures/yp-download.png figures/YP-flow-diagram.png \
|
||||
eclipse
|
||||
MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse
|
||||
FIGURES = figures
|
||||
@@ -106,7 +101,12 @@ ifeq ($(DOC),concepts-manual)
|
||||
XSLTOPTS = --xinclude
|
||||
ALLPREQ = html eclipse tarball
|
||||
TARFILES = concepts-manual-style.css concepts-manual.html figures/concepts-manual-title.png \
|
||||
figures/cross-development-toolchains.png \
|
||||
figures/cross-development-toolchains.png figures/yocto-environment-ref.png \
|
||||
figures/user-configuration.png figures/layer-input.png figures/source-input.png \
|
||||
figures/package-feeds.png figures/patching.png figures/source-fetching.png \
|
||||
figures/configuration-compile-autoreconf.png figures/analysis-for-package-splitting.png \
|
||||
figures/image-generation.png figures/sdk-generation.png figures/images.png \
|
||||
figures/sdk.png \
|
||||
eclipse
|
||||
MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse
|
||||
FIGURES = figures
|
||||
|
||||
Reference in New Issue
Block a user