1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-12 02:12:06 +02:00

* Makefile.am (EXTRA_DIST): Add a few more .??* files.

They've been in CVS, just haven't been distributed before this.
Distribute ChangeLog-2005, too.
(MAINTAINERCLEANFILES): Add THANKS-to-translators.
This commit is contained in:
Jim Meyering
2006-07-14 14:27:38 +00:00
parent d6697c60c3
commit 01e7d49a3b
2 changed files with 13 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
2006-07-14 Jim Meyering <jim@meyering.net>
* Makefile.am (EXTRA_DIST): Add a few more .??* files.
They've been in CVS, just haven't been distributed before this.
Distribute ChangeLog-2005, too.
(MAINTAINERCLEANFILES): Add THANKS-to-translators.
2006-07-11 Paul Eggert <eggert@cs.ucla.edu>
* src/system.h: Assume <dirent.h> exists, since gnulib assumes

View File

@@ -4,6 +4,7 @@ SUBDIRS = lib src doc man po tests
EXTRA_DIST = Makefile.cfg Makefile.maint GNUmakefile \
.gitignore \
.kludge-stamp .prev-version THANKS-to-translators THANKStt.in \
.vg-suppressions \
.x-po-check \
.x-sc_space_tab .x-sc_sun_os_names \
.x-sc_file_system .x-sc_obsolete_symbols \
@@ -12,10 +13,13 @@ EXTRA_DIST = Makefile.cfg Makefile.maint GNUmakefile \
.x-sc_no_if_have_config_h \
.x-sc_require_config_h \
.x-sc_prohibit_assert_without_use \
.x-sc_prohibit_atoi_atof \
.x-sc_trailing_blank \
.x-sc_two_space_separator_in_usage \
announce-gen \
build-aux/cvsu \
m4/ChangeLog \
ChangeLog-2005 \
old/fileutils/ChangeLog \
old/fileutils/ChangeLog-1997 \
old/sh-utils/ChangeLog \
@@ -54,6 +58,8 @@ rm_subst = \
perl -pi -e '$(rm_subst)' $(srcdir)/src/Makefile.in
touch $@
MAINTAINERCLEANFILES = THANKS-to-translators
THANKS-to-translators: po/LINGUAS THANKStt.in
( \
cat $(srcdir)/THANKStt.in; \