]> sourceware.org Git - automake.git/commitdiff
* automake.in (&handle_man_pages): $found is dead.
authorAkim Demaille <akim@epita.fr>
Sun, 25 Feb 2001 18:43:37 +0000 (18:43 +0000)
committerAkim Demaille <akim@epita.fr>
Sun, 25 Feb 2001 18:43:37 +0000 (18:43 +0000)
ChangeLog
automake.in

index f3ab65e6bee67283bf72bb9bf38dbf962a095900..77ba5f77d147824ca7975057fa96c3347c93bc28 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-02-25  Akim Demaille  <akim@epita.fr>
+
+       * automake.in (&handle_man_pages): $found is dead.
+
 2001-02-25  Akim Demaille  <akim@epita.fr>
 
        Internally just store the conditionals as space separated lists of
index 8adc6d7e4ec369ad91c2c7c00f2e266d52c491ef..d4bb075ab4d2ece1f0d80faa94486ccaba12507b 100755 (executable)
@@ -2517,7 +2517,6 @@ sub handle_man_pages
        {
            $sections{$sect} = 1;
            $vlist{'$(man' . $sect . '_MANS)'} = 1;
-           $found = 1;
        }
     }
 
@@ -2530,7 +2529,6 @@ sub handle_man_pages
            if (/\.([0-9a-z])([a-z]*)$/)
            {
                $sections{$1} = 1;
-               $found = 1;
            }
        }
     }
This page took 0.04604 seconds and 5 git commands to generate.