summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-03-29 14:11:35 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-01 17:36:06 +0100
commit56a4b1e1d46110227fb3ad81b37d5778d9cab1f7 (patch)
tree2ab46418744e9d0d95595c2e348b83a985680c90 /documentation
parent80f3b20060dfc9727308199923a83eb898744dd1 (diff)
downloadpoky-56a4b1e1d46110227fb3ad81b37d5778d9cab1f7.tar.gz
Makefile: Added figures to the mega-manual TARFILE list
Added the three Toaster Manual figures to the list of mega-manual figures so they will be included in the tarball generated for mega-manual. (From yocto-docs rev: 2190bc43dfc20c0c0ef5da82c85570f9294e1788) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 61f6fb4d6a..42e6bf930b 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -241,7 +241,9 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png \
241 figures/analysis-for-package-splitting.png \ 241 figures/analysis-for-package-splitting.png \
242 figures/image-generation.png \ 242 figures/image-generation.png \
243 figures/sdk-generation.png figures/recipe-workflow.png \ 243 figures/sdk-generation.png figures/recipe-workflow.png \
244 figures/build-workspace-directory.png figures/mega-title.png 244 figures/build-workspace-directory.png figures/mega-title.png \
245 figures/toaster-title.png figures/hosted-service.png \
246 figures/simple-configuration.png
245 endif 247 endif
246 248
247MANUALS = $(DOC)/$(DOC).html 249MANUALS = $(DOC)/$(DOC).html
@@ -329,8 +331,8 @@ ifeq ($(DOC),toaster-manual)
329XSLTOPTS = --xinclude 331XSLTOPTS = --xinclude
330ALLPREQ = html tarball 332ALLPREQ = html tarball
331TARFILES = toaster-manual.html toaster-manual-style.css \ 333TARFILES = toaster-manual.html toaster-manual-style.css \
332 figures/toaster-title.png figures/simple-configuration.png \ 334 figures/toaster-title.png figures/simple-configuration.png \
333 figures/hosted-service.png 335 figures/hosted-service.png
334MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf 336MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf
335FIGURES = figures 337FIGURES = figures
336STYLESHEET = $(DOC)/*.css 338STYLESHEET = $(DOC)/*.css