From: Akim Demaille Date: Sun, 25 Feb 2001 18:43:37 +0000 (+0000) Subject: * automake.in (&handle_man_pages): $found is dead. X-Git-Tag: handle-languages~245 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43fe90ccec2fd594ec4ea0310d55c4b052226113;p=thirdparty%2Fautomake.git * automake.in (&handle_man_pages): $found is dead. --- diff --git a/ChangeLog b/ChangeLog index f3ab65e6b..77ba5f77d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-02-25 Akim Demaille + + * automake.in (&handle_man_pages): $found is dead. + 2001-02-25 Akim Demaille Internally just store the conditionals as space separated lists of diff --git a/automake.in b/automake.in index 8adc6d7e4..d4bb075ab 100755 --- a/automake.in +++ b/automake.in @@ -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; } } }