[gnome-continuous-yocto/gnomeostree-3.28-rocko: 7539/8267] Makefile: Fixed broken tar by adding ".png" to figure



commit 25aacfe1dadad0e762dccd1c1d061ea77c25a3a3
Author: Scott Rifenbark <srifenbark gmail com>
Date:   Fri Aug 18 15:06:04 2017 -0700

    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 <srifenbark gmail com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 documentation/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/documentation/Makefile b/documentation/Makefile
index f4497cc..abd0093 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]