summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-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
125 125
126ifeq ($(DOC),yocto-project-qs) 126ifeq ($(DOC),yocto-project-qs)
127XSLTOPTS = --xinclude 127XSLTOPTS = --xinclude
128ALLPREQ = html tarball 128ALLPREQ = html eclipse tarball
129TARFILES = 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 129TARFILES = yocto-project-qs.html qs-style.css figures/yocto-environment.png \
130MANUALS = $(DOC)/$(DOC).html 130 figures/building-an-image.png figures/using-a-pre-built-image.png \
131 figures/yocto-project-transp.png \
132 eclipse
133MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse
131FIGURES = figures 134FIGURES = figures
132STYLESHEET = $(DOC)/*.css 135STYLESHEET = $(DOC)/*.css
133endif 136endif