From 5b8897bb1850652f3d35ca74f49fdedcaaba3393 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Sun, 25 Feb 2001 18:43:37 +0000 Subject: [PATCH] * automake.in (&handle_man_pages): $found is dead. --- ChangeLog | 4 ++++ automake.in | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f3ab65e6..77ba5f77 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 8adc6d7e..d4bb075a 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; } } } -- 2.43.5