From: Timo Mueller Date: Fri, 30 Nov 2012 08:59:47 +0000 (+0100) Subject: documentation/Makefile: Support for making Eclipse HTML yocto project qs manual X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=72639b4a585bcac40b1935b57e2aaab97f7c47df;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/documentation/Makefile b/documentation/Makefile index 3d1354926a5..3f1f4cfa820 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 " "