summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-04-04 12:39:44 +0200
committerJim Meyering <meyering@redhat.com>2009-04-04 12:40:58 +0200
commit8e8b025c9000b781bee81cecd68f863d51c254a7 (patch)
tree2a314000a6288ed05905c201655ebddcbf61839d
parent7008e33441567ba87b3fb7538bd051e0bde2d155 (diff)
downloadcoreutils-8e8b025c9000b781bee81cecd68f863d51c254a7.tar.xz
maint: clean up Makefile.am, rename remaining ChangeLog files
* Makefile.am (changelog_etc, syntax_check_exceptions): Define. (EXTRA_DIST): Use. Remove names that are now automatically included: build-aux/git-version-gen, build-aux/vc-list-files. * build-aux/ChangeLog-2007: Rename from */ChangeLog. * doc/ChangeLog-2007: Likewise. * lib/ChangeLog-2007: Likewise. * m4/ChangeLog-2007: Likewise. * po/ChangeLog-2007: Likewise.
-rw-r--r--Makefile.am88
-rw-r--r--build-aux/ChangeLog-2007 (renamed from build-aux/ChangeLog)0
-rw-r--r--doc/ChangeLog-2007 (renamed from doc/ChangeLog)0
-rw-r--r--lib/ChangeLog-2007 (renamed from lib/ChangeLog)0
-rw-r--r--m4/ChangeLog-2007 (renamed from m4/ChangeLog)0
-rw-r--r--po/ChangeLog-2007 (renamed from po/ChangeLog)0
6 files changed, 51 insertions, 37 deletions
diff --git a/Makefile.am b/Makefile.am
index 3964888a9..088cf4fa5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
# Make coreutils. -*-Makefile-*-
-# Copyright (C) 1990, 1993-2008 Free Software Foundation, Inc.
+# Copyright (C) 1990, 1993-2009 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -16,42 +16,56 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
SUBDIRS = lib src doc man po tests gnulib-tests
-EXTRA_DIST = cfg.mk maint.mk \
- .prev-version THANKS-to-translators THANKStt.in \
- .version \
- .vg-suppressions \
- .x-sc_GPL_version \
- .x-sc_file_system \
- .x-sc_obsolete_symbols \
- .x-sc_po_check \
- .x-sc_program_name \
- .x-sc_prohibit_atoi_atof \
- .x-sc_prohibit_stat_st_blocks \
- .x-sc_prohibit_strcmp \
- .x-sc_require_config_h \
- .x-sc_space_tab .x-sc_sun_os_names \
- .x-sc_trailing_blank \
- .x-sc_unmarked_diagnostics \
- .x-sc_useless_cpp_parens \
- ChangeLog-2005 \
- ChangeLog-2006 \
- ChangeLog-2007 \
- ChangeLog-2008 \
- bootstrap \
- bootstrap.conf \
- build-aux/cvsu \
- build-aux/git-version-gen \
- build-aux/vc-list-files \
- gl/modules/getloadavg.diff \
- m4/ChangeLog \
- old/fileutils/ChangeLog \
- old/fileutils/ChangeLog-1997 \
- old/fileutils/NEWS \
- old/sh-utils/ChangeLog \
- old/sh-utils/ChangeLog.0 \
- old/sh-utils/NEWS \
- old/textutils/ChangeLog \
- old/textutils/NEWS
+
+changelog_etc = \
+ ChangeLog-2005 \
+ ChangeLog-2006 \
+ ChangeLog-2007 \
+ ChangeLog-2008 \
+ build-aux/ChangeLog-2007 \
+ doc/ChangeLog-2007 \
+ lib/ChangeLog-2007 \
+ m4/ChangeLog-2007 \
+ old/fileutils/ChangeLog \
+ old/fileutils/ChangeLog-1997 \
+ old/fileutils/NEWS \
+ old/sh-utils/ChangeLog \
+ old/sh-utils/ChangeLog.0 \
+ old/sh-utils/NEWS \
+ old/textutils/ChangeLog \
+ old/textutils/NEWS \
+ po/ChangeLog-2007
+
+syntax_check_exceptions = \
+ .x-sc_GPL_version \
+ .x-sc_file_system \
+ .x-sc_obsolete_symbols \
+ .x-sc_po_check \
+ .x-sc_program_name \
+ .x-sc_prohibit_atoi_atof \
+ .x-sc_prohibit_stat_st_blocks \
+ .x-sc_prohibit_strcmp \
+ .x-sc_require_config_h \
+ .x-sc_space_tab \
+ .x-sc_sun_os_names \
+ .x-sc_trailing_blank \
+ .x-sc_unmarked_diagnostics \
+ .x-sc_useless_cpp_parens
+
+EXTRA_DIST = \
+ $(changelog_etc) \
+ $(syntax_check_exceptions) \
+ .prev-version \
+ .version \
+ .vg-suppressions \
+ THANKS-to-translators \
+ THANKStt.in \
+ bootstrap \
+ bootstrap.conf \
+ build-aux/cvsu \
+ cfg.mk \
+ gl/modules/getloadavg.diff \
+ maint.mk
install-root:
cd src && $(MAKE) $@
diff --git a/build-aux/ChangeLog b/build-aux/ChangeLog-2007
index 704f6babb..704f6babb 100644
--- a/build-aux/ChangeLog
+++ b/build-aux/ChangeLog-2007
diff --git a/doc/ChangeLog b/doc/ChangeLog-2007
index 5043a8f27..5043a8f27 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog-2007
diff --git a/lib/ChangeLog b/lib/ChangeLog-2007
index 99eba6641..99eba6641 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog-2007
diff --git a/m4/ChangeLog b/m4/ChangeLog-2007
index 11fcc4a33..11fcc4a33 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog-2007
diff --git a/po/ChangeLog b/po/ChangeLog-2007
index 4a58cb1d6..4a58cb1d6 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog-2007