mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 00:32:13 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
693ba0b14f
commit
80f3b20060
@@ -328,7 +328,9 @@ endif
|
||||
ifeq ($(DOC),toaster-manual)
|
||||
XSLTOPTS = --xinclude
|
||||
ALLPREQ = html tarball
|
||||
TARFILES = toaster-manual.html toaster-manual-style.css figures/toaster-title.png
|
||||
TARFILES = toaster-manual.html toaster-manual-style.css \
|
||||
figures/toaster-title.png figures/simple-configuration.png \
|
||||
figures/hosted-service.png
|
||||
MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf
|
||||
FIGURES = figures
|
||||
STYLESHEET = $(DOC)/*.css
|
||||
|
||||
Reference in New Issue
Block a user