From: Timo Mueller <[email protected]>
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.
---
documentation/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/documentation/Makefile b/documentation/Makefile
index a24be18..b9b46d2 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -268,7 +268,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:"
@@ -280,6 +280,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 " "
--
1.7.7.6
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto