diff options
author | Jim Meyering <jim@meyering.net> | 2002-12-13 20:25:24 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-12-13 20:25:24 +0000 |
commit | e1ecc43b2824a4b57dd4508a5bcc84a9536f4b7f (patch) | |
tree | ec803a6f2541a8df201265e985f502e6d9b99e13 | |
parent | 7861a52f9836a4a40849b7dd9d825f27e09dd7c0 (diff) | |
download | coreutils-e1ecc43b2824a4b57dd4508a5bcc84a9536f4b7f.tar.xz |
.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.in | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,11 @@ * Version 4.5.4. + * announce-gen: New script to begin replacing the commands + associated with the rule here... + * Makefile.maint (announcement): Invoke announce-gen. + * Makefile.am (EXTRA_DIST): Add announce-gen. + * tests/cp/preserve-2: New file/test, for latest fix. * tests/cp/Makefile.am (TESTS): Add preserve-2. diff --git a/Makefile.in b/Makefile.in index c37d55c5d..31287b3a4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -150,6 +150,7 @@ target_alias = @target_alias@ SUBDIRS = lib src doc man m4 po tests EXTRA_DIST = Makefile.cfg Makefile.maint GNUmakefile \ .kludge-stamp .prev-version THANKS-to-translators THANKStt.in \ + announce-gen \ old/fileutils/ChangeLog \ old/fileutils/ChangeLog-1997 \ old/sh-utils/ChangeLog \ |