summaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/Makefile')
-rw-r--r--documentation/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 0218211313..6cac5caeaa 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -176,7 +176,7 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png figures
176 else 176 else
177TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png figures/building-an-image.png \ 177TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png figures/building-an-image.png \
178 figures/using-a-pre-built-image.png \ 178 figures/using-a-pre-built-image.png \
179 figures/poky-title.png \ 179 figures/poky-title.png figures/buildhistory.png figures/buildhistory-web.png \
180 figures/adt-title.png figures/bsp-title.png \ 180 figures/adt-title.png figures/bsp-title.png \
181 figures/kernel-title.png figures/kernel-architecture-overview.png \ 181 figures/kernel-title.png figures/kernel-architecture-overview.png \
182 figures/app-dev-flow.png figures/bsp-dev-flow.png figures/dev-title.png \ 182 figures/app-dev-flow.png figures/bsp-dev-flow.png figures/dev-title.png \
@@ -199,7 +199,8 @@ XSLTOPTS = --stringparam html.stylesheet ref-style.css \
199 --stringparam section.label.includes.component.label 1 \ 199 --stringparam section.label.includes.component.label 1 \
200 --xinclude 200 --xinclude
201ALLPREQ = html pdf tarball 201ALLPREQ = html pdf tarball
202TARFILES = poky-ref-manual.html ref-style.css figures/poky-title.png 202TARFILES = poky-ref-manual.html ref-style.css figures/poky-title.png \
203 figures/buildhistory.png figures/buildhistory-web.png
203MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf 204MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf
204FIGURES = figures 205FIGURES = figures
205STYLESHEET = $(DOC)/*.css 206STYLESHEET = $(DOC)/*.css