]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
documentation/Makefile: Support for making Eclipse HTML dev manual
authorTimo Mueller <timo.mueller@bmw-carit.de>
Fri, 30 Nov 2012 08:59:26 +0000 (09:59 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Feb 2013 15:26:05 +0000 (15:26 +0000)
This target will generate eclipse help for the dev-manual using
the dev-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 <richard.purdie@linuxfoundation.org>
documentation/Makefile

index 91d9a78033c824a05baf3e2191466b424380be12..417e5119913a549824e09e5562200396a030d09d 100644 (file)
@@ -326,11 +326,13 @@ endif
 eclipse: BASE_DIR = html/$(DOC)/
 
 eclipse:
-ifneq ($(DOC),adt-manual)
+ifeq ($(filter $(DOC), adt-manual dev-manual),)
        @echo " "
-       @echo "ERROR: You can only create eclipse documentation of the"
-       @echo "       Yocto Project Application Development Toolkit (ADT)"
-       @echo "       User's Guide"
+       @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 Development Manual (dev-manual)"
        @echo " "
 else
        @echo " "