From: Jim Meyering Date: Sat, 4 Apr 2009 10:39:44 +0000 (+0200) Subject: maint: clean up Makefile.am, rename remaining ChangeLog files X-Git-Tag: v7.3~56 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8e8b025c9000b781bee81cecd68f863d51c254a7;p=thirdparty%2Fcoreutils.git 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. --- diff --git a/Makefile.am b/Makefile.am index 3964888a96..088cf4fa5e 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 . 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 similarity index 100% rename from build-aux/ChangeLog rename to build-aux/ChangeLog-2007 diff --git a/doc/ChangeLog b/doc/ChangeLog-2007 similarity index 100% rename from doc/ChangeLog rename to doc/ChangeLog-2007 diff --git a/lib/ChangeLog b/lib/ChangeLog-2007 similarity index 100% rename from lib/ChangeLog rename to lib/ChangeLog-2007 diff --git a/m4/ChangeLog b/m4/ChangeLog-2007 similarity index 100% rename from m4/ChangeLog rename to m4/ChangeLog-2007 diff --git a/po/ChangeLog b/po/ChangeLog-2007 similarity index 100% rename from po/ChangeLog rename to po/ChangeLog-2007