From 69cabd6a41bd3cde9482a478548926f3caa27fb4 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Sun, 25 Feb 2001 18:57:22 +0000 Subject: [PATCH] * automake.in (handle_texinfo): Remove code handled by texinfos.am. --- ChangeLog | 5 +++++ automake.in | 6 ------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index daddfca7..3d003533 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-02-25 Akim Demaille + + * automake.in (handle_texinfo): Remove code handled by texinfos.am. + + 2001-02-25 Akim Demaille * automake.in (&transform): Also call &transform_cond on your diff --git a/automake.in b/automake.in index 14e7523e..5fb2300a 100755 --- a/automake.in +++ b/automake.in @@ -2457,12 +2457,6 @@ sub handle_texinfo } $output_rules .= &file_contents ('texinfos', $xform); push (@dist_targets, 'dist-info'); - - if ($cygnus_mode) - { - $output_rules .= "clean-info: mostlyclean-aminfo\n"; - } - push (@suffixes, '.texi', '.texinfo', '.txi', '.info', '.dvi', '.ps'); if (! defined $options{'no-installinfo'}) -- 2.43.5