automake-ng
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-NG] [PATCH 15/26] [ng] texi: drop a useless transform when pro


From: Stefano Lattarini
Subject: [Automake-NG] [PATCH 15/26] [ng] texi: drop a useless transform when processing texinfos.am
Date: Sat, 16 Jun 2012 23:30:02 +0200

* automake.in (handle_texinfos): Drop now-useless transform %TEXIQUIET%.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 automake.in |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/automake.in b/automake.in
index b52ba60..85b4419 100644
--- a/automake.in
+++ b/automake.in
@@ -3191,8 +3191,7 @@ sub handle_texinfo ()
                                   MOSTLYCLEAN   => $mostlyclean,
                                   TEXICLEAN     => $clean,
                                   MAINTCLEAN    => $maintclean,
-                                  'LOCAL-TEXIS' => !!$info_texinfos,
-                                   TEXIQUIET     => verbose_flag('texinfo'));
+                                  'LOCAL-TEXIS' => !!$info_texinfos);
 }
 
 
-- 
1.7.9.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]