From a089bed49fa1a3e050c4b04aa7d9b5b8f04ee5d7 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Sun, 29 Mar 2015 13:50:41 -0700 Subject: Makefile: Added additional PNG files to toaster TARFILE list. (From yocto-docs rev: b662062cd575f187918f6841983d5682426b266e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'documentation/Makefile') diff --git a/documentation/Makefile b/documentation/Makefile index d1f9081635..61f6fb4d6a 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -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 -- cgit 1.2.3-korg