From 74863e0d67c1a1a63d7d7c6d7753da225e02143d Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 30 Nov 2017 14:46:48 -0800 Subject: [PATCH] makefile: Removed "yocto-environment.png" from tar list of mega-manual File is not used. (From yocto-docs rev: 6e972aa916327ea981aabfedf2e7ac7bbacb8fec) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/Makefile b/documentation/Makefile index 5c53607472..9891095043 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -190,7 +190,7 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png \ figures/source-repos.png figures/yp-download.png \ figures/wip.png else -TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png \ +TARFILES = mega-manual.html mega-style.css \ figures/building-an-image.png figures/YP-flow-diagram.png \ figures/using-a-pre-built-image.png \ figures/poky-title.png figures/buildhistory.png \