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