summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.in1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b67ad31a6..3ec449dbe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 \