summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
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 3d1354926a..3f1f4cfa82 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -314,7 +314,7 @@ endif
314eclipse: BASE_DIR = html/$(DOC)/ 314eclipse: BASE_DIR = html/$(DOC)/
315 315
316eclipse: 316eclipse:
317ifeq ($(filter $(DOC), adt-manual bsp-guide dev-manual kernel-manual poky-ref-manual),) 317ifeq ($(filter $(DOC), adt-manual bsp-guide dev-manual kernel-manual poky-ref-manual yocto-project-qs),)
318 @echo " " 318 @echo " "
319 @echo "ERROR: You can only create eclipse documentation" 319 @echo "ERROR: You can only create eclipse documentation"
320 @echo " of the following documentation parts:" 320 @echo " of the following documentation parts:"
@@ -326,6 +326,7 @@ ifeq ($(filter $(DOC), adt-manual bsp-guide dev-manual kernel-manual poky-ref-ma
326 @echo " - The Yocto Project Kernel Architecture and" 326 @echo " - The Yocto Project Kernel Architecture and"
327 @echo " Use Manual (kernel-manual)" 327 @echo " Use Manual (kernel-manual)"
328 @echo " - The Yocto Project Reference Manual (poky-ref-manual)" 328 @echo " - The Yocto Project Reference Manual (poky-ref-manual)"
329 @echo " - The Yocto Project Quick Start (yocto-project-qs)"
329 @echo " " 330 @echo " "
330else 331else
331 @echo " " 332 @echo " "