summaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-04-10 10:08:50 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:16:11 +0100
commit75b90c604b0f1b95b65e20dfb63120a6d2514c2d (patch)
treea1a598ed22edcf466e723a180d887aea99ea20fc /documentation/Makefile
parent974c87594bf1a9e61fee6b8255943e1503e0b96c (diff)
downloadpoky-75b90c604b0f1b95b65e20dfb63120a6d2514c2d.tar.gz
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 <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/Makefile')
-rw-r--r--documentation/Makefile16
1 files changed, 2 insertions, 14 deletions
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
106 figures/git-workflow.png figures/source-repos.png figures/index-downloads.png \ 106 figures/git-workflow.png figures/source-repos.png figures/index-downloads.png \
107 figures/yp-download.png figures/YP-flow-diagram.png figures/key-dev-elements.png \ 107 figures/yp-download.png figures/YP-flow-diagram.png figures/key-dev-elements.png \
108 figures/poky-reference-distribution.png \ 108 figures/poky-reference-distribution.png \
109 eclipse
110MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse
111FIGURES = figures
112STYLESHEET = $(DOC)/*.css
113
114endif
115
116ifeq ($(DOC),concepts-manual)
117XSLTOPTS = --xinclude
118ALLPREQ = html eclipse tarball
119TARFILES = concepts-manual-style.css concepts-manual.html figures/concepts-manual-title.png \
120 figures/cross-development-toolchains.png figures/yocto-environment-ref.png \ 109 figures/cross-development-toolchains.png figures/yocto-environment-ref.png \
121 figures/user-configuration.png figures/layer-input.png figures/source-input.png \ 110 figures/user-configuration.png figures/layer-input.png figures/source-input.png \
122 figures/package-feeds.png figures/patching.png figures/source-fetching.png \ 111 figures/package-feeds.png figures/patching.png figures/source-fetching.png \
@@ -280,7 +269,7 @@ TARFILES = mega-manual.html mega-style.css \
280 figures/sdk-devtool-add-flow.png figures/sdk-installed-extensible-sdk-directory.png \ 269 figures/sdk-devtool-add-flow.png figures/sdk-installed-extensible-sdk-directory.png \
281 figures/sdk-devtool-modify-flow.png figures/sdk-eclipse-dev-flow.png \ 270 figures/sdk-devtool-modify-flow.png figures/sdk-eclipse-dev-flow.png \
282 figures/sdk-devtool-upgrade-flow.png figures/bitbake-build-flow.png figures/bypqs-title.png \ 271 figures/sdk-devtool-upgrade-flow.png figures/bitbake-build-flow.png figures/bypqs-title.png \
283 figures/getting-started-title.png figures/concepts-manual-title.png 272 figures/getting-started-title.png
284 endif 273 endif
285 274
286MANUALS = $(DOC)/$(DOC).html 275MANUALS = $(DOC)/$(DOC).html
@@ -429,11 +418,10 @@ eclipse: eclipse-generate eclipse-resolve-links
429.PHONY : eclipse-generate eclipse-resolve-links 418.PHONY : eclipse-generate eclipse-resolve-links
430 419
431eclipse-generate: 420eclipse-generate:
432ifeq ($(filter $(DOC), concepts-manual getting-started sdk-manual bsp-guide dev-manual kernel-dev profile-manual ref-manual yocto-project-qs),) 421ifeq ($(filter $(DOC), getting-started sdk-manual bsp-guide dev-manual kernel-dev profile-manual ref-manual yocto-project-qs),)
433 @echo " " 422 @echo " "
434 @echo "ERROR: You can only create eclipse documentation" 423 @echo "ERROR: You can only create eclipse documentation"
435 @echo " of the following documentation parts:" 424 @echo " of the following documentation parts:"
436 @echo " - concepts-manual"
437 @echo " - getting-started" 425 @echo " - getting-started"
438 @echo " - sdk-manual" 426 @echo " - sdk-manual"
439 @echo " - bsp-guide" 427 @echo " - bsp-guide"