]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
Makefile: Fixed broken tar by adding ".png" to figure
authorScott Rifenbark <srifenbark@gmail.com>
Fri, 18 Aug 2017 22:06:04 +0000 (15:06 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Sep 2017 23:52:48 +0000 (00:52 +0100)
The figure "figures/kernel-overview-2-generic.png" was missing
the ".png" suffix in the TARFILES statment.  This was throwing
an error during the make process for the manual.  Probably an
error for quite some time and not noticed.  I added the suffix
to remove the make early exit error.

(From yocto-docs rev: 00ad7874f8da149f193caeab8fd89bbf6d8132d7)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/Makefile

index f4497ccc6bda5e01f964e00f41928c749a46dd84..abd0093367e606fdfa1f1f12dc03f5173f3e414e 100644 (file)
@@ -325,7 +325,7 @@ ifeq ($(DOC),kernel-dev)
 XSLTOPTS = --xinclude
 ALLPREQ = html eclipse tarball
 TARFILES = kernel-dev.html kernel-dev-style.css \
-           figures/kernel-dev-title.png figures/kernel-overview-2-generic \
+           figures/kernel-dev-title.png figures/kernel-overview-2-generic.png \
            figures/kernel-architecture-overview.png figures/kernel-dev-flow.png \
            eclipse
 MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse