]> sourceware.org Git - automake.git/commitdiff
* automake.in (scan_texinfo_file): Typo from 2001-11-05.
authorAlexandre Duret-Lutz <adl@gnu.org>
Fri, 9 Nov 2001 21:55:08 +0000 (21:55 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Fri, 9 Nov 2001 21:55:08 +0000 (21:55 +0000)
ChangeLog
automake.in

index 4899d203b5d488b970ba45014d4b9cd3f1ce679e..6318be58da060dd71cb48c83941e8fc13b73dbba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-11-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
+
+       * automake.in (scan_texinfo_file): Typo from 2001-11-05.
+
 2001-11-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * lib/am/distdir.am (distdir): Also look for directory in build
index f9d145685475c74bcd3865cd45fa08f3fc55e33e..478003593760234003cf15885e8739c84aaa1b7a 100755 (executable)
@@ -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
This page took 0.040154 seconds and 5 git commands to generate.