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>
This commit is contained in:
Timo Mueller 2012-11-30 09:59:47 +01:00 committed by Richard Purdie
parent ea2e921e39
commit 72639b4a58
1 changed files with 2 additions and 1 deletions

View File

@ -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 " "