From b509d336c757300b1fc9312f755b3bfd8707bf79 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 2 Feb 2018 10:09:35 -0800 Subject: 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 Signed-off-by: Richard Purdie --- documentation/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'documentation/Makefile') diff --git a/documentation/Makefile b/documentation/Makefile index fc9f9f9534..9e0ba56df3 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -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 -- cgit v1.2.3-54-g00ecf