]> sourceware.org Git - automake.git/commitdiff
* automake.in (handle_texinfo): Remove code handled by texinfos.am.
authorAkim Demaille <akim@epita.fr>
Sun, 25 Feb 2001 18:57:22 +0000 (18:57 +0000)
committerAkim Demaille <akim@epita.fr>
Sun, 25 Feb 2001 18:57:22 +0000 (18:57 +0000)
ChangeLog
automake.in

index daddfca78803174f30eb6fbecab33ad55bb61dbe..3d00353354719d4919baf3685970e798eef5f4d9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-02-25  Akim Demaille  <akim@epita.fr>
+
+       * automake.in (handle_texinfo): Remove code handled by texinfos.am.
+
+       
 2001-02-25  Akim Demaille  <akim@epita.fr>
 
        * automake.in (&transform): Also call &transform_cond on your
index 14e7523e08a7d1ff0d8b009fa0ea256e1620a665..5fb2300a98cdc5e509490422bca6e7087234d8a3 100755 (executable)
@@ -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'})
This page took 0.042893 seconds and 5 git commands to generate.