[gnome-power-manager] Don't install obsolete install files



commit e7684dedc7178b2463a05584bfc3955ee82136f4
Author: Richard Hughes <richard hughsie com>
Date:   Thu Feb 5 10:12:23 2015 +0000

    Don't install obsolete install files

 Makefile.am  |   11 ++++-------
 autogen.sh   |    4 +---
 configure.ac |    2 +-
 3 files changed, 6 insertions(+), 11 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 155ed78..37f235e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,15 +11,14 @@ EXTRA_DIST =                                                \
        MAINTAINERS                                     \
        intltool-extract.in                             \
        intltool-merge.in                               \
-       intltool-update.in                              \
-       omf.make                                        \
-       xmldocs.make
+       intltool-update.in
 
 DISTCLEANFILES =                                       \
        intltool-extract                                \
        intltool-merge                                  \
        intltool-update                                 \
-       gnome-power-manager-*.tar.gz
+       test-driver                                     \
+       gnome-power-manager-*.tar.*
 
 MAINTAINERCLEANFILES =                                 \
        aclocal.m4                                      \
@@ -33,9 +32,7 @@ MAINTAINERCLEANFILES =                                        \
        missing                                         \
        mkinstalldirs                                   \
        ChangeLog                                       \
-       NEWS                                            \
-       omf.make                                        \
-       xmldocs.make
+       NEWS
 
 distclean-local:
        if test $(srdcir) = .; then :; else \
diff --git a/autogen.sh b/autogen.sh
index e54a8c9..fc900d5 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,8 +4,6 @@
 srcdir=`dirname $0`
 test -z "$srcdir" && srcdir=.
 
-PKG_NAME=gnome-power-manager
-
 (test -f $srcdir/configure.ac \
   && test -f $srcdir/autogen.sh \
   && test -d $srcdir/src) || {
@@ -19,4 +17,4 @@ which gnome-autogen.sh || {
     exit 1
 }
 
-REQUIRED_AUTOMAKE_VERSION=1.7 GNOME_DATADIR="$gnome_datadir" USE_GNOME2_MACROS=1 USE_COMMON_DOC_BUILD=yes . 
gnome-autogen.sh
+REQUIRED_AUTOMAKE_VERSION=1.7 GNOME_DATADIR="$gnome_datadir" . gnome-autogen.sh
diff --git a/configure.ac b/configure.ac
index 9ca3307..5d596ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ(2.63)
 AC_INIT([gnome-power-manager],[3.15.5])
 AC_CONFIG_SRCDIR(src)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
-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]