summaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/Makefile')
-rw-r--r--documentation/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 91d9a78033..417e511991 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -326,11 +326,13 @@ endif
326eclipse: BASE_DIR = html/$(DOC)/ 326eclipse: BASE_DIR = html/$(DOC)/
327 327
328eclipse: 328eclipse:
329ifneq ($(DOC),adt-manual) 329ifeq ($(filter $(DOC), adt-manual dev-manual),)
330 @echo " " 330 @echo " "
331 @echo "ERROR: You can only create eclipse documentation of the" 331 @echo "ERROR: You can only create eclipse documentation"
332 @echo " Yocto Project Application Development Toolkit (ADT)" 332 @echo " of the following documentation parts:"
333 @echo " User's Guide" 333 @echo " "
334 @echo " - The Yocto Project Application Developer's Guide (adt-manual)"
335 @echo " - The Yocto Project Development Manual (dev-manual)"
334 @echo " " 336 @echo " "
335else 337else
336 @echo " " 338 @echo " "