diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-03-29 13:50:41 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-01 12:59:10 +0100 |
commit | a089bed49fa1a3e050c4b04aa7d9b5b8f04ee5d7 (patch) | |
tree | b2b44e13a4b0131dcc0478bed33b7de4af72c5e1 /documentation | |
parent | 85a0b9b941fbd38d44e4802a27290ad9ec4bb963 (diff) | |
download | poky-a089bed49fa1a3e050c4b04aa7d9b5b8f04ee5d7.tar.gz |
Makefile: Added additional PNG files to toaster TARFILE list.
(From yocto-docs rev: b662062cd575f187918f6841983d5682426b266e)
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/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index d1f9081635..61f6fb4d6a 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -328,7 +328,9 @@ endif | |||
328 | ifeq ($(DOC),toaster-manual) | 328 | ifeq ($(DOC),toaster-manual) |
329 | XSLTOPTS = --xinclude | 329 | XSLTOPTS = --xinclude |
330 | ALLPREQ = html tarball | 330 | ALLPREQ = html tarball |
331 | TARFILES = toaster-manual.html toaster-manual-style.css figures/toaster-title.png | 331 | TARFILES = toaster-manual.html toaster-manual-style.css \ |
332 | figures/toaster-title.png figures/simple-configuration.png \ | ||
333 | figures/hosted-service.png | ||
332 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf | 334 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf |
333 | FIGURES = figures | 335 | FIGURES = figures |
334 | STYLESHEET = $(DOC)/*.css | 336 | STYLESHEET = $(DOC)/*.css |