automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

62-found-dead-found.patch


From: Akim Demaille
Subject: 62-found-dead-found.patch
Date: Sat, 24 Feb 2001 13:47:14 +0100

Index: ChangeLog
from  Akim Demaille  <address@hidden>
        * automake.in (&handle_man_pages): $found is dead.
        
        
Index: automake.in
--- automake.in Sat, 24 Feb 2001 13:30:31 +0100 akim (am/f/39_automake.i 1.69 
755)
+++ automake.in Sat, 24 Feb 2001 13:35:08 +0100 akim (am/f/39_automake.i 1.69 
755)
@@ -2488,7 +2488,6 @@ sub handle_man_pages
        {
            $sections{$sect} = 1;
            $vlist{'$(man' . $sect . '_MANS)'} = 1;
-           $found = 1;
        }
     }
 
@@ -2501,7 +2500,6 @@ sub handle_man_pages
            if (/\.([0-9a-z])([a-z]*)$/)
            {
                $sections{$1} = 1;
-               $found = 1;
            }
        }
     }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]