summaryrefslogtreecommitdiff
path: root/build-aux/announce-gen
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2008-11-05 10:09:21 +0100
committerPaolo Bonzini <bonzini@gnu.org>2008-11-05 10:10:43 +0100
commitc6790e9ece33da10ea5e64c25e57a5488584786a (patch)
tree5e26f99f86f3abdcae649bffa6d5d7e3cf587f78 /build-aux/announce-gen
parent2d1420f3654605e7c5cf6489b8d0862e247f6701 (diff)
downloadgnulib-c6790e9ece33da10ea5e64c25e57a5488584786a.tar.gz
Accept Bison's NEWS format.
* build-aux/announce-gen (print_news_deltas): Tweak $re_prefix.
Diffstat (limited to 'build-aux/announce-gen')
-rwxr-xr-xbuild-aux/announce-gen2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/announce-gen b/build-aux/announce-gen
index 677566559b..78ca62551d 100755
--- a/build-aux/announce-gen
+++ b/build-aux/announce-gen
@@ -207,7 +207,7 @@ sub print_news_deltas ($$$)
# the first occurrence of $prev_version.
my $in_items;
- my $re_prefix = qr/\* (?:Noteworthy|Major) change/;
+ my $re_prefix = qr/(?:\* )?(?:Noteworthy c|Major c|C)(?i:hanges)/;
open NEWS, '<', $news_file
or die "$ME: $news_file: cannot open for reading: $!\n";