aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/Makefile')
-rw-r--r--documentation/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 3f1f4cfa82..13b85af159 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -125,9 +125,12 @@ endif
ifeq ($(DOC),yocto-project-qs)
XSLTOPTS = --xinclude
-ALLPREQ = html tarball
-TARFILES = yocto-project-qs.html qs-style.css figures/yocto-environment.png figures/building-an-image.png figures/using-a-pre-built-image.png figures/yocto-project-transp.png
-MANUALS = $(DOC)/$(DOC).html
+ALLPREQ = html eclipse tarball
+TARFILES = yocto-project-qs.html qs-style.css figures/yocto-environment.png \
+ figures/building-an-image.png figures/using-a-pre-built-image.png \
+ figures/yocto-project-transp.png \
+ eclipse
+MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse
FIGURES = figures
STYLESHEET = $(DOC)/*.css
endif