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>
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:"
@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 " "