summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index ab8ff9e652..67885a9981 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -323,12 +323,14 @@ endif
323eclipse: BASE_DIR = html/$(DOC)/ 323eclipse: BASE_DIR = html/$(DOC)/
324 324
325eclipse: 325eclipse:
326ifeq ($(filter $(DOC), adt-manual dev-manual),) 326ifeq ($(filter $(DOC), adt-manual bsp-guide dev-manual),)
327 @echo " " 327 @echo " "
328 @echo "ERROR: You can only create eclipse documentation" 328 @echo "ERROR: You can only create eclipse documentation"
329 @echo " of the following documentation parts:" 329 @echo " of the following documentation parts:"
330 @echo " " 330 @echo " "
331 @echo " - The Yocto Project Application Developer's Guide (adt-manual)" 331 @echo " - The Yocto Project Application Developer's Guide (adt-manual)"
332 @echo " - The Yocto Project Board Support Package"
333 @echo " Developer's Guide (bsp-guide)"
332 @echo " - The Yocto Project Development Manual (dev-manual)" 334 @echo " - The Yocto Project Development Manual (dev-manual)"
333 @echo " " 335 @echo " "
334else 336else