]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
documentation/Makefile: Support for making Eclipse HTML yocto project qs manual
authorTimo Mueller <timo.mueller@bmw-carit.de>
Fri, 30 Nov 2012 08:59:47 +0000 (09:59 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Feb 2013 17:21:28 +0000 (17:21 +0000)
This target will generate eclipse help for the yocto-project-qs using
the yocto-project-qs-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 3d1354926a5fb5064a915d3cc55747ae3e078f3b..3f1f4cfa820b1c11df652673d3f872a1a551d128 100644 (file)
@@ -314,7 +314,7 @@ endif
 eclipse: BASE_DIR = html/$(DOC)/
 
 eclipse:
-ifeq ($(filter $(DOC), adt-manual bsp-guide dev-manual kernel-manual poky-ref-manual),)
+ifeq ($(filter $(DOC), adt-manual bsp-guide dev-manual kernel-manual poky-ref-manual yocto-project-qs),)
        @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 poky-ref-ma
        @echo "       - The Yocto Project Kernel Architecture and"
        @echo "                           Use Manual (kernel-manual)"
        @echo "           - The Yocto Project Reference Manual (poky-ref-manual)"
+       @echo "       - The Yocto Project Quick Start (yocto-project-qs)"
        @echo " "
 else
        @echo " "