diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-04-05 17:32:40 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-06 23:11:59 +0100 |
commit | d2084cc95ac185d7e4e19b633739c8ea27cd268a (patch) | |
tree | 3196f377ccb1baa60d02141cf0b78210629099b7 /documentation | |
parent | 2677098cb025bd3f939df9fde4374a999f0f72f3 (diff) | |
download | poky-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/Makefile | 17 |
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 | |||
275 | STYLESHEET = $(DOC)/*.css | 275 | STYLESHEET = $(DOC)/*.css |
276 | endif | 276 | endif |
277 | 277 | ||
278 | |||
279 | ifeq ($(DOC),adt-manual) | ||
280 | XSLTOPTS = --xinclude | ||
281 | ALLPREQ = html eclipse tarball | ||
282 | TARFILES = adt-manual.html adt-style.css figures/adt-title.png \ | ||
283 | figures/using-a-pre-built-image.png \ | ||
284 | eclipse | ||
285 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse | ||
286 | FIGURES = figures | ||
287 | STYLESHEET = $(DOC)/*.css | ||
288 | endif | ||
289 | |||
290 | ifeq ($(DOC),sdk-manual) | 278 | ifeq ($(DOC),sdk-manual) |
291 | XSLTOPTS = --xinclude | 279 | XSLTOPTS = --xinclude |
292 | ALLPREQ = html eclipse tarball | 280 | ALLPREQ = 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 | ||
417 | eclipse-generate: | 405 | eclipse-generate: |
418 | ifeq ($(filter $(DOC), adt-manual sdk-manual bsp-guide dev-manual kernel-dev profile-manual ref-manual yocto-project-qs),) | 406 | ifeq ($(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" |