summaryrefslogtreecommitdiff
path: root/admin/make-announcement
diff options
context:
space:
mode:
authorFrancesco Potortì <pot@gnu.org>2003-02-10 14:30:19 +0000
committerFrancesco Potortì <pot@gnu.org>2003-02-10 14:30:19 +0000
commit4dce79e5f3632b68177be403ade620b8b777c8da (patch)
treeccd7f61292f25659a5bc74e7b36587313d363ff1 /admin/make-announcement
parent42ca2aca94c5b1c4a118ebf3d377de5b4916a561 (diff)
downloademacs-4dce79e5f3632b68177be403ade620b8b777c8da.tar.gz
Code moved to the new script make-changelog-diff, called from here.
Diffstat (limited to 'admin/make-announcement')
-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