From 1205052fbd8f218b2b2975e6b955a72f05235598 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 9 Nov 2001 21:55:08 +0000 Subject: [PATCH] * automake.in (scan_texinfo_file): Typo from 2001-11-05. --- ChangeLog | 4 ++++ automake.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4899d203..6318be58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-11-09 Alexandre Duret-Lutz + + * automake.in (scan_texinfo_file): Typo from 2001-11-05. + 2001-11-09 Alexandre Duret-Lutz * lib/am/distdir.am (distdir): Also look for directory in build diff --git a/automake.in b/automake.in index f9d14568..47800359 100755 --- a/automake.in +++ b/automake.in @@ -2890,7 +2890,7 @@ sub scan_texinfo_file my %hidden_index = (tp => 'tps'); $hidden_index{$_} = 'fns' foreach qw(fn un typefn typefun max spec op typeop method typemethod); - $hidden_index{$_} = 'fns' foreach qw(vr var typevr typevar opt cv + $hidden_index{$_} = 'vrs' foreach qw(vr var typevr typevar opt cv ivar typeivar); # Indexes stored into another one. In this case, the *.??s file -- 2.43.5