summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2011-04-29 22:04:46 +0100
committerJim Meyering <meyering@redhat.com>2011-04-30 07:57:19 +0200
commit361a1a46831e3df5f8fce02c4805a3501da410f7 (patch)
tree6c428bed7b15424532519a4436a73a07ec938a9d
parent86e6a68e249fd4e4af6cebbfddfc52b33d3f8b37 (diff)
downloadgnulib-361a1a46831e3df5f8fce02c4805a3501da410f7.tar.gz
announce-gen: cosmetic improvement
* build-aux/announce-gen: Strip any leading ./ from the NEWS file name.
-rw-r--r--ChangeLog5
-rwxr-xr-xbuild-aux/announce-gen7
2 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index cbd314e4b9..b4b6696704 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-29 Reuben Thomas <rrt@sc3d.org>
+
+ announce-gen: cosmetic improvement
+ * build-aux/announce-gen: Strip any leading ./ from the NEWS file name.
+
2011-04-29 Jim Meyering <meyering@redhat.com>
vc-list-files: indent with spaces, not TABs
diff --git a/build-aux/announce-gen b/build-aux/announce-gen
index 7adfef2188..233ee9b959 100755
--- a/build-aux/announce-gen
+++ b/build-aux/announce-gen
@@ -3,7 +3,7 @@ eval '(exit $?0)' && eval 'exec perl -wS "$0" ${1+"$@"}'
if 0;
# Generate a release announcement message.
-my $VERSION = '2011-04-29 19:58'; # UTC
+my $VERSION = '2011-04-29 21:01'; # UTC
# The definition above must lie within the first 8 lines in order
# for the Emacs time-stamp write hook (at end) to update it.
# If you change this file with Emacs, please let the write hook
@@ -180,7 +180,10 @@ sub print_news_deltas ($$$)
{
my ($news_file, $prev_version, $curr_version) = @_;
- print "\n$news_file\n\n";
+ my $news_name = $news_file;
+ $news_name =~ s|^\./||;
+
+ print "\n$news_name\n\n";
# Print all lines from $news_file, starting with the first one
# that mentions $curr_version up to but not including