summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Potortì <pot@gnu.org>2003-02-10 14:28:54 +0000
committerFrancesco Potortì <pot@gnu.org>2003-02-10 14:28:54 +0000
commitd65201da8e4d11ce6aba2df26a0efffcc46c784c (patch)
tree21d4598c17f3191af48a553dfa58b909518d45cb
parentbad61f2ef92210421f306300a3e9cf5cf0c3c700 (diff)
downloademacs-d65201da8e4d11ce6aba2df26a0efffcc46c784c.tar.gz
Code moved to the new script make-changelog-diff, called from here.
-rwxr-xr-xadmin/make-announcement15
1 files changed, 1 insertions, 14 deletions
diff --git a/admin/make-announcement b/admin/make-announcement
index 3201a0108e7..9f69889e17b 100755
--- a/admin/make-announcement
+++ b/admin/make-announcement
@@ -61,19 +61,6 @@ Changes since $OLD
EOF
-cvs -q diff -b -r $oldtag -r $newtag $(find -name ChangeLog|sort) |
- sed -n -e 's/^=\+/======/p' -e 's/^> //p' -e 's/^diff.*//p' \
- -e 's/^RCS file: .cvsroot.emacs.emacs.\(.*\),v/\1/p' |
- sed -n -e "/^======$/ {
- N
- N
- h
- d
- }
- H
- s/.*//
- x
- s/^\n//
- p"
+make-changelog-diff $oldtag $newtag
echo " announcement created in $outfile" >&2