From 75b90c604b0f1b95b65e20dfb63120a6d2514c2d Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 10 Apr 2018 10:08:50 -0700 Subject: Makefile: Removed concepts-manual This manual will not see existance. I put the list of .png files from this manual into the existing getting-started manual as that is where the topics will now go. (From yocto-docs rev: 22c2de06baf96120cbc830540e818599ce0ac07b) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/Makefile | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'documentation/Makefile') diff --git a/documentation/Makefile b/documentation/Makefile index ad30439bc8..5e0eb0052e 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -106,17 +106,6 @@ TARFILES = getting-started-style.css getting-started.html figures/getting-starte figures/git-workflow.png figures/source-repos.png figures/index-downloads.png \ figures/yp-download.png figures/YP-flow-diagram.png figures/key-dev-elements.png \ figures/poky-reference-distribution.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 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 \ @@ -280,7 +269,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/bypqs-title.png \ - figures/getting-started-title.png figures/concepts-manual-title.png + figures/getting-started-title.png endif MANUALS = $(DOC)/$(DOC).html @@ -429,11 +418,10 @@ eclipse: eclipse-generate eclipse-resolve-links .PHONY : eclipse-generate eclipse-resolve-links eclipse-generate: -ifeq ($(filter $(DOC), concepts-manual getting-started sdk-manual bsp-guide dev-manual kernel-dev profile-manual ref-manual yocto-project-qs),) +ifeq ($(filter $(DOC), 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