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 90efc0542b..60f042d855 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -199,7 +199,7 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png figures
199 figures/sysprof-copy-from-user.png figures/sysprof-copy-to-user.png figures/cross-development-toolchains.png \ 199 figures/sysprof-copy-from-user.png figures/sysprof-copy-to-user.png figures/cross-development-toolchains.png \
200 figures/yocto-environment-ref.png figures/user-configuration.png figures/source-input.png \ 200 figures/yocto-environment-ref.png figures/user-configuration.png figures/source-input.png \
201 figures/package-feeds.png figures/layer-input.png figures/images.png figures/sdk.png \ 201 figures/package-feeds.png figures/layer-input.png figures/images.png figures/sdk.png \
202 figures/source-fetching.png 202 figures/source-fetching.png figures/patching.png
203 endif 203 endif
204 204
205MANUALS = $(DOC)/$(DOC).html 205MANUALS = $(DOC)/$(DOC).html
@@ -216,7 +216,8 @@ TARFILES = ref-manual.html ref-style.css figures/poky-title.png \
216 figures/cross-development-toolchains.png figures/layer-input.png \ 216 figures/cross-development-toolchains.png figures/layer-input.png \
217 figures/package-feeds.png figures/source-input.png \ 217 figures/package-feeds.png figures/source-input.png \
218 figures/user-configuration.png figures/yocto-environment-ref.png \ 218 figures/user-configuration.png figures/yocto-environment-ref.png \
219 figures/images.png figures/sdk.png figures/source-fetching.png 219 figures/images.png figures/sdk.png figures/source-fetching.png \
220 figures/patching.png
220MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf $(DOC)/eclipse 221MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf $(DOC)/eclipse
221FIGURES = figures 222FIGURES = figures
222STYLESHEET = $(DOC)/*.css 223STYLESHEET = $(DOC)/*.css