aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
authorTimo Mueller <timo.mueller@bmw-carit.de>2012-11-30 09:59:52 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-14 17:22:38 +0000
commit6c057d084158fd7ccf170342c902d499ac5ba7fb (patch)
tree84f614cd4d296e9d3788d565a18f47f3b65edead /documentation/Makefile
parent239b4698202d702067213cb64146ec4676b835c7 (diff)
downloadopenembedded-core-contrib-6c057d084158fd7ccf170342c902d499ac5ba7fb.tar.gz
documentation/Makefile: Clean up eclipse target and update help.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/Makefile')
-rw-r--r--documentation/Makefile16
1 files changed, 4 insertions, 12 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index b27d2f32f1..2807f12bae 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -11,6 +11,8 @@
# or the mega-manual (single, large HTML file comprised of all
# Yocto Project manuals).
# html: generates an HTML version of a manual.
+# eclipse: generates an HTML version of a manual that can be used as
+# eclipse help (including necessary metadata files).
# tarball: creates a tarball for the doc files.
# validate: validates
# publish: pushes generated files to the Yocto Project website
@@ -321,19 +323,9 @@ eclipse: eclipse-generate eclipse-resolve-links
.PHONY : eclipse-generate eclipse-resolve-links
eclipse-generate:
-ifeq ($(filter $(DOC), adt-manual bsp-guide dev-manual kernel-manual poky-ref-manual yocto-project-qs),)
- @echo " "
- @echo "ERROR: You can only create eclipse documentation"
- @echo " of the following documentation parts:"
+ifeq ($(DOC),mega-manual)
@echo " "
- @echo " - The Yocto Project Application Developer's Guide (adt-manual)"
- @echo " - The Yocto Project Board Support Package"
- @echo " Developer's Guide (bsp-guide)"
- @echo " - The Yocto Project Development Manual (dev-manual)"
- @echo " - The Yocto Project Kernel Architecture and"
- @echo " Use Manual (kernel-manual)"
- @echo " - The Yocto Project Reference Manual (poky-ref-manual)"
- @echo " - The Yocto Project Quick Start (yocto-project-qs)"
+ @echo "ERROR: You cannot generate eclipse documentation for the mega-manual"
@echo " "
else
@echo " "