[gnome-color-manager] Do not ship the INSTALL file



commit 90cb618ad6ec9f018f7f967be2a0e10201f31949
Author: Richard Hughes <richard hughsie com>
Date:   Thu Feb 5 10:39:14 2015 +0000

    Do not ship the INSTALL file

 Makefile.am  |    4 +---
 configure.ac |    2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 89b5d42..00dd1ca 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,7 +13,6 @@ DISTCLEANFILES =                                      \
 
 MAINTAINERCLEANFILES =                                 \
        *~                                              \
-       INSTALL                                         \
        Makefile.in                                     \
        aclocal.m4                                      \
        compile                                         \
@@ -36,7 +35,6 @@ EXTRA_DIST =                                          \
        COPYING                                         \
        MAINTAINERS                                     \
        AUTHORS                                         \
-       INSTALL                                         \
        README                                          \
        NEWS                                            \
         autogen.sh                                     \
@@ -65,7 +63,7 @@ ChangeLog:
          echo A git checkout and git-log is required to generate this file >> $@); \
        fi
 
-NEWS: data/appdata/gcm-viewer.appdata.xml
+NEWS: data/appdata/*.appdata.xml
        $(AM_V_GEN) \
        if test -e $(APPSTREAM_UTIL); then \
                $(APPSTREAM_UTIL) appdata-to-news $^ > $@; \
diff --git a/configure.ac b/configure.ac
index 978c9fb..2f1a338 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ(2.63)
 
 AC_INIT([gnome-color-manager],[3.15.5],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-color-manager])
 AC_CONFIG_SRCDIR(src)
-AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz tar-ustar])
+AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz tar-ustar foreign])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
 


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