diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-01-26 10:28:58 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-23 21:56:07 +0000 |
commit | 7ab8afa7a5ccf1f5588bd6d93f8e36e72d7d961f (patch) | |
tree | 76bcdba6a803ffe6d417070b17db6d6703ac1c74 /documentation/Makefile | |
parent | fc43555f7212ed093dcb796e39574c6e5769372e (diff) | |
download | poky-7ab8afa7a5ccf1f5588bd6d93f8e36e72d7d961f.tar.gz |
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 <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/Makefile')
-rw-r--r-- | documentation/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
289 | XSLTOPTS = --xinclude | 289 | XSLTOPTS = --xinclude |
290 | ALLPREQ = html eclipse tarball | 290 | ALLPREQ = html eclipse tarball |
291 | TARFILES = sdk-manual.html sdk-style.css figures/sdk-title.png \ | 291 | TARFILES = sdk-manual.html sdk-style.css figures/sdk-title.png \ |
292 | figures/sdk-environment.png figures/sdk-installed-standard-sdk-directory \ | 292 | figures/sdk-environment.png figures/sdk-installed-standard-sdk-directory.png \ |
293 | eclipse | 293 | eclipse |
294 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse | 294 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse |
295 | FIGURES = figures | 295 | FIGURES = figures |