aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
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 12:59:11 +0100
commit1f63333b7f94169d13a80ab826df0472df1f93aa (patch)
treed45fb70b2e57bc8694586cf2fefc511fbd2e23ae /documentation/Makefile
parenta089bed49fa1a3e050c4b04aa7d9b5b8f04ee5d7 (diff)
downloadopenembedded-core-contrib-1f63333b7f94169d13a80ab826df0472df1f93aa.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/Makefile')
-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 \
figures/analysis-for-package-splitting.png \
figures/image-generation.png \
figures/sdk-generation.png figures/recipe-workflow.png \
- figures/build-workspace-directory.png figures/mega-title.png
+ figures/build-workspace-directory.png figures/mega-title.png \
+ figures/toaster-title.png figures/hosted-service.png \
+ figures/simple-configuration.png
endif
MANUALS = $(DOC)/$(DOC).html
@@ -329,8 +331,8 @@ ifeq ($(DOC),toaster-manual)
XSLTOPTS = --xinclude
ALLPREQ = html tarball
TARFILES = toaster-manual.html toaster-manual-style.css \
- figures/toaster-title.png figures/simple-configuration.png \
- figures/hosted-service.png
+ figures/toaster-title.png figures/simple-configuration.png \
+ figures/hosted-service.png
MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf
FIGURES = figures
STYLESHEET = $(DOC)/*.css