]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
documentation/Makefile: Support for making Eclipse HTML poky ref manual
authorTimo Mueller <timo.mueller@bmw-carit.de>
Fri, 30 Nov 2012 08:59:41 +0000 (09:59 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Feb 2013 17:15:08 +0000 (17:15 +0000)
This target will generate eclipse help for the poky-ref-manual using
the  poky-ref-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 660f92a9b00dd838522f0e647e955e929f1f3000..891e847c39af533448dec57706e4f8fb28d9d5e0 100644 (file)
@@ -315,7 +315,7 @@ endif
 eclipse: BASE_DIR = html/$(DOC)/
 
 eclipse:
-ifeq ($(filter $(DOC), adt-manual bsp-guide dev-manual kernel-manual),)
+ifeq ($(filter $(DOC), adt-manual bsp-guide dev-manual kernel-manual poky-ref-manual),)
        @echo " "
        @echo "ERROR: You can only create eclipse documentation"
        @echo "       of the following documentation parts:"
@@ -326,6 +326,7 @@ ifeq ($(filter $(DOC), adt-manual bsp-guide dev-manual kernel-manual),)
        @echo "       - The Yocto Project Development Manual (dev-manual)"
        @echo "       - The Yocto Project Kernel Architecture and"
        @echo "                           Use Manual (kernel-manual)"
+       @echo "           - The Yocto Project Reference Manual (poky-ref-manual)"
        @echo " "
 else
        @echo " "