aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/Makefile')
-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 " "