aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorTimo Mueller <timo.mueller@bmw-carit.de>2012-11-30 09:59:41 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-14 17:15:08 +0000
commitc6af0b969c1d03dc4ba8bc218d92384c49113e39 (patch)
treef993d90a7297777777cc07e38bb66a55b0f1143e /documentation
parent990fb57a659d0dde6e00ac78df94e7d3cd05b3f9 (diff)
downloadopenembedded-core-contrib-c6af0b969c1d03dc4ba8bc218d92384c49113e39.tar.gz
documentation/Makefile: Support for making Eclipse HTML poky ref manual
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 660f92a9b0..891e847c39 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -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 " "