From d924e446a36179ddb4b8fc403a531a5ebf829ab8 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 31 Jan 2018 09:49:14 -0800 Subject: Makefile: Updates so that the new concepts-manual can be made. (From yocto-docs rev: ede784df8034d3e582248952716af3441315cae9) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/Makefile | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'documentation/Makefile') diff --git a/documentation/Makefile b/documentation/Makefile index 6f8e0d491b..fc9f9f9534 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -94,7 +94,19 @@ TARFILES = getting-started-style.css getting-started.html figures/getting-starte 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/cross-development-toolchains.png \ + figures/YP-flow-diagram.png \ + eclipse +MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse +FIGURES = figures +STYLESHEET = $(DOC)/*.css + +endif + +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 \ eclipse MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse FIGURES = figures @@ -268,7 +280,7 @@ TARFILES = mega-manual.html mega-style.css \ figures/sdk-devtool-add-flow.png figures/sdk-installed-extensible-sdk-directory.png \ figures/sdk-devtool-modify-flow.png figures/sdk-eclipse-dev-flow.png \ figures/sdk-devtool-upgrade-flow.png figures/bitbake-build-flow.png figures/ypqs-title.png \ - figures/getting-started-title.png + figures/getting-started-title.png figures/concepts-manual-title.png endif MANUALS = $(DOC)/$(DOC).html @@ -417,10 +429,11 @@ eclipse: eclipse-generate eclipse-resolve-links .PHONY : eclipse-generate eclipse-resolve-links eclipse-generate: -ifeq ($(filter $(DOC), getting-started sdk-manual bsp-guide dev-manual kernel-dev profile-manual ref-manual yocto-project-qs),) +ifeq ($(filter $(DOC), concepts-manual getting-started sdk-manual bsp-guide dev-manual kernel-dev profile-manual ref-manual yocto-project-qs),) @echo " " @echo "ERROR: You can only create eclipse documentation" @echo " of the following documentation parts:" + @echo " - concepts-manual" @echo " - getting-started" @echo " - sdk-manual" @echo " - bsp-guide" -- cgit v1.2.3-54-g00ecf