From: Timo Mueller Date: Fri, 30 Nov 2012 08:59:36 +0000 (+0100) Subject: documentation/Makefile: Support for making Eclipse HTML kernel manual X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ea7905c1ff8ac100afc84ec5c7ebc4689fe1bc77;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git documentation/Makefile: Support for making Eclipse HTML kernel manual This target will generate eclipse help for the kernel-manual using the kernel-manual-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 90cdae6edc6..1d1e9d86fea 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -319,7 +319,7 @@ endif eclipse: BASE_DIR = html/$(DOC)/ eclipse: -ifeq ($(filter $(DOC), adt-manual bsp-guide dev-manual),) +ifeq ($(filter $(DOC), adt-manual bsp-guide dev-manual kernel-manual),) @echo " " @echo "ERROR: You can only create eclipse documentation" @echo " of the following documentation parts:" @@ -328,6 +328,8 @@ ifeq ($(filter $(DOC), adt-manual bsp-guide dev-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 " " else @echo " "