From: Scott Rifenbark Date: Tue, 26 Jan 2016 18:28:58 +0000 (-0800) Subject: Makefile: Added the ".png" part to a figure I forgot. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7ab8afa7a5ccf1f5588bd6d93f8e36e72d7d961f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/documentation/Makefile b/documentation/Makefile index e502a4d6002..ab5b3cfa8a1 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