]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
documentation/Makefile: Support for making Eclipse HTML bsp guide
authorTimo Mueller <timo.mueller@bmw-carit.de>
Fri, 30 Nov 2012 08:59:31 +0000 (09:59 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Feb 2013 15:29:54 +0000 (15:29 +0000)
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 <richard.purdie@linuxfoundation.org>
documentation/Makefile

index ab8ff9e65276bed863f375862adafc6f2eb27d68..67885a99817c5a9eab2ebeb615574d2b74eaa58f 100644 (file)
@@ -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