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

index 90cdae6edc689d7deb24bb6b42d0a53a6c8f5e1b..1d1e9d86feae9af95f7b768841c374c61bd0184e 100644 (file)
@@ -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 " "