From 25aacfe1dadad0e762dccd1c1d061ea77c25a3a3 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 18 Aug 2017 15:06:04 -0700 Subject: Makefile: Fixed broken tar by adding ".png" to figure 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 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 f4497ccc6b..abd0093367 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -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 -- cgit v1.2.3-54-g00ecf