From 7ab8afa7a5ccf1f5588bd6d93f8e36e72d7d961f Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 26 Jan 2016 10:28:58 -0800 Subject: Makefile: Added the ".png" part to a figure I forgot. I left off the file extension when I added a new figure to the SDK manual. This caused the tarball to fail. (From yocto-docs rev: f1984b00b44ad7f1890adecdb7e2f6dd4af5b96c) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/Makefile') diff --git a/documentation/Makefile b/documentation/Makefile index e502a4d600..ab5b3cfa8a 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -289,7 +289,7 @@ ifeq ($(DOC),sdk-manual) XSLTOPTS = --xinclude ALLPREQ = html eclipse tarball TARFILES = sdk-manual.html sdk-style.css figures/sdk-title.png \ - figures/sdk-environment.png figures/sdk-installed-standard-sdk-directory \ + figures/sdk-environment.png figures/sdk-installed-standard-sdk-directory.png \ eclipse MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse FIGURES = figures -- cgit 1.2.3-korg