On 06/17/2012 08:59 AM, Akim Demaille wrote:
>
> Le 16 juin 2012 à 23:30, Stefano Lattarini a écrit :
>
>> They are not really needed anymore (being now completely static),
>> and just inlining them is simpler and clearer.
>>
>> * lib/am/texibuild.am: Inline transforms ('%TEXIQUIET%',
>> '%TEXIDEVNULL%', '%AM_V_MAKEINFO%', '%AM_V_DVIPS%', and
>> '%TEXI-SUFFIXES%').
>> * automake.in (handle_texinfo): Simplify accordingly.
>>
>> Signed-off-by: Stefano Lattarini <[email protected]>
>> ---
>> automake.in | 12 +-----------
>> lib/am/texibuild.am | 16 +++++++++-------
>> 2 files changed, 10 insertions(+), 18 deletions(-)
>>
>> diff --git a/automake.in b/automake.in
>> index 00046bc..a0cbb93 100644
>> --- a/automake.in
>> +++ b/automake.in
>> @@ -3179,17 +3179,7 @@ sub handle_texinfo ()
>> define_verbose_texinfo;
>> # Keep this list in sync with the $infobase transform done
>> # in &handle_texinfo_helper.
>
> The comment should be removed.
>
Oops, fixed. Good catch BTW.
Thanks,
Stefano