[Top][All Lists]
[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
- [Automake-NG] [PATCH 11/26] [ng] texi: reorganize '.am' fragments a bit, (continued)
- [Automake-NG] [PATCH 11/26] [ng] texi: reorganize '.am' fragments a bit, Stefano Lattarini, 2012/06/16
- [Automake-NG] [PATCH 12/26] [ng] texi: reorganize '.am' fragments even more, Stefano Lattarini, 2012/06/16
- [Automake-NG] [PATCH 13/26] [ng] texi: drop transforms when reading texibuild.am, Stefano Lattarini, 2012/06/16
- [Automake-NG] [PATCH 14/26] [ng] texi: adjust names of vars used for silent rules support, Stefano Lattarini, 2012/06/16
- [Automake-NG] [PATCH 15/26] [ng] texi: drop a useless transform when processing texinfos.am,
Stefano Lattarini <=
- [Automake-NG] [PATCH 16/26] [ng] refactor: more proper name for a subroutine in automake, Stefano Lattarini, 2012/06/16
- [Automake-NG] [PATCH 17/26] [ng] texi: always look for mdate-sh in the build-aux directory ..., Stefano Lattarini, 2012/06/16
- [Automake-NG] [PATCH 18/26] [ng] coverage: texinfo input files using @include directives, Stefano Lattarini, 2012/06/16
- [Automake-NG] [PATCH 19/26] [ng] automake: remove two unused variables from '&handle_texinfo_source', Stefano Lattarini, 2012/06/16
- [Automake-NG] [PATCH 21/26] [ng] texi: move some more knowledge from automake to texi-spec.am, Stefano Lattarini, 2012/06/16