aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Mueller <timo.mueller@bmw-carit.de>2012-11-30 09:59:47 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-14 17:21:28 +0000
commit72639b4a585bcac40b1935b57e2aaab97f7c47df (patch)
tree810dcd0f5702bd6f238845116e619c83a3c8c282
parentea2e921e3936dd4d3484faab22c6654ca69640b1 (diff)
downloadopenembedded-core-contrib-72639b4a585bcac40b1935b57e2aaab97f7c47df.tar.gz
documentation/Makefile: Support for making Eclipse HTML yocto project qs manual
This target will generate eclipse help for the yocto-project-qs using the yocto-project-qs-eclipse-customization.xsl stylesheet. The output will be generated to a separate directory which can be used for integrating the documentation into eclipse. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 3d1354926a..3f1f4cfa82 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -314,7 +314,7 @@ endif
eclipse: BASE_DIR = html/$(DOC)/
eclipse:
-ifeq ($(filter $(DOC), adt-manual bsp-guide dev-manual kernel-manual poky-ref-manual),)
+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:"
@@ -326,6 +326,7 @@ ifeq ($(filter $(DOC), adt-manual bsp-guide dev-manual kernel-manual poky-ref-ma
@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 " "
else
@echo " "