summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-04-05 17:32:40 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-04-06 23:11:59 +0100
commitd2084cc95ac185d7e4e19b633739c8ea27cd268a (patch)
tree3196f377ccb1baa60d02141cf0b78210629099b7 /documentation
parent2677098cb025bd3f939df9fde4374a999f0f72f3 (diff)
downloadpoky-d2084cc95ac185d7e4e19b633739c8ea27cd268a.tar.gz
Makefile: Removed adt-manual support
(From yocto-docs rev: 84abe03de1cff7952b5d0428e7433f094dde2b02) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/Makefile17
1 files changed, 2 insertions, 15 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index ec6566713a..418d3ca8c7 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -200,7 +200,7 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png \
200 figures/using-a-pre-built-image.png \ 200 figures/using-a-pre-built-image.png \
201 figures/poky-title.png figures/buildhistory.png \ 201 figures/poky-title.png figures/buildhistory.png \
202 figures/buildhistory-web.png \ 202 figures/buildhistory-web.png \
203 figures/adt-title.png figures/sdk-title.png figures/bsp-title.png \ 203 figures/sdk-title.png figures/bsp-title.png \
204 figures/kernel-dev-title.png figures/kernel-architecture-overview.png \ 204 figures/kernel-dev-title.png figures/kernel-architecture-overview.png \
205 figures/bsp-dev-flow.png \ 205 figures/bsp-dev-flow.png \
206 figures/dev-title.png \ 206 figures/dev-title.png \
@@ -275,18 +275,6 @@ FIGURES = figures
275STYLESHEET = $(DOC)/*.css 275STYLESHEET = $(DOC)/*.css
276endif 276endif
277 277
278
279ifeq ($(DOC),adt-manual)
280XSLTOPTS = --xinclude
281ALLPREQ = html eclipse tarball
282TARFILES = adt-manual.html adt-style.css figures/adt-title.png \
283 figures/using-a-pre-built-image.png \
284 eclipse
285MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse
286FIGURES = figures
287STYLESHEET = $(DOC)/*.css
288endif
289
290ifeq ($(DOC),sdk-manual) 278ifeq ($(DOC),sdk-manual)
291XSLTOPTS = --xinclude 279XSLTOPTS = --xinclude
292ALLPREQ = html eclipse tarball 280ALLPREQ = html eclipse tarball
@@ -415,12 +403,11 @@ eclipse: eclipse-generate eclipse-resolve-links
415.PHONY : eclipse-generate eclipse-resolve-links 403.PHONY : eclipse-generate eclipse-resolve-links
416 404
417eclipse-generate: 405eclipse-generate:
418ifeq ($(filter $(DOC), adt-manual sdk-manual bsp-guide dev-manual kernel-dev profile-manual ref-manual yocto-project-qs),) 406ifeq ($(filter $(DOC), sdk-manual bsp-guide dev-manual kernel-dev profile-manual ref-manual yocto-project-qs),)
419 @echo " " 407 @echo " "
420 @echo "ERROR: You can only create eclipse documentation" 408 @echo "ERROR: You can only create eclipse documentation"
421 @echo " of the following documentation parts:" 409 @echo " of the following documentation parts:"
422 @echo " - sdk-manual" 410 @echo " - sdk-manual"
423 @echo " - adt-manual"
424 @echo " - bsp-guide" 411 @echo " - bsp-guide"
425 @echo " - dev-manual" 412 @echo " - dev-manual"
426 @echo " - kernel-dev" 413 @echo " - kernel-dev"