mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 06:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
fc43555f72
commit
7ab8afa7a5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user