summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorTimo Mueller <timo.mueller@bmw-carit.de>2012-11-30 09:59:36 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-14 15:36:36 +0000
commitea7905c1ff8ac100afc84ec5c7ebc4689fe1bc77 (patch)
tree49417db26c566522f0342c05950c9141ecd80908 /documentation
parentdeac1787bd0c1dc0a9678f6e1318bda409677555 (diff)
downloadpoky-ea7905c1ff8ac100afc84ec5c7ebc4689fe1bc77.tar.gz
documentation/Makefile: Support for making Eclipse HTML kernel manual
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 90cdae6edc..1d1e9d86fe 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -319,7 +319,7 @@ endif
319eclipse: BASE_DIR = html/$(DOC)/ 319eclipse: BASE_DIR = html/$(DOC)/
320 320
321eclipse: 321eclipse:
322ifeq ($(filter $(DOC), adt-manual bsp-guide dev-manual),) 322ifeq ($(filter $(DOC), adt-manual bsp-guide dev-manual kernel-manual),)
323 @echo " " 323 @echo " "
324 @echo "ERROR: You can only create eclipse documentation" 324 @echo "ERROR: You can only create eclipse documentation"
325 @echo " of the following documentation parts:" 325 @echo " of the following documentation parts:"
@@ -328,6 +328,8 @@ ifeq ($(filter $(DOC), adt-manual bsp-guide dev-manual),)
328 @echo " - The Yocto Project Board Support Package" 328 @echo " - The Yocto Project Board Support Package"
329 @echo " Developer's Guide (bsp-guide)" 329 @echo " Developer's Guide (bsp-guide)"
330 @echo " - The Yocto Project Development Manual (dev-manual)" 330 @echo " - The Yocto Project Development Manual (dev-manual)"
331 @echo " - The Yocto Project Kernel Architecture and"
332 @echo " Use Manual (kernel-manual)"
331 @echo " " 333 @echo " "
332else 334else
333 @echo " " 335 @echo " "