automake-ng
[Top][All Lists]
Advanced

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

Re: [Automake-NG] [PATCH 05/26] [ng] texi: drop support for suffix-less


From: Stefano Lattarini
Subject: Re: [Automake-NG] [PATCH 05/26] [ng] texi: drop support for suffix-less info files
Date: Sun, 17 Jun 2012 09:58:01 +0200

On 06/17/2012 09:14 AM, Akim Demaille wrote:
> 
> Le 16 juin 2012 à 23:29, Stefano Lattarini a écrit :
> 
>> diff --git a/automake.in b/automake.in
>> index 45f70eb..dbff5a8 100644
>> --- a/automake.in
>> +++ b/automake.in
>> @@ -2796,7 +2796,7 @@ sub scan_texinfo_file ($)
>>        next if $outfile;
>>
>>        $outfile = $1;
>> -      if ($outfile =~ /\.([^.]+)$/ && $1 ne 'info')
>> +      if ($outfile !~ /\.info$/)
> 
> We used to support info files without extension???
>
Apparently yes.  No idea why (the ChangeLog entry of the change
introducing support for them didn't say).  I trust that, in case
someone really need them, they can be re-introduced easily.  My
hope and expectation is that no one will actually need them.

>> diff --git a/t/txinfo17.sh b/t/txinfo17.sh
>> index a1fc0ec..f743853 100755
>> --- a/t/txinfo17.sh
>> +++ b/t/txinfo17.sh
>> @@ -24,7 +24,7 @@ info_TEXINFOS = texinfo.texi
>> END
>>
>> cat > texinfo.texi << 'END'
>> address@hidden texinfo
>> address@hidden texinfo.info
> 
> Wow...
> 
> That should go into the NEWS file, no?
> 
You are absolutely right.  Done as follows:

  diff --git a/NG-NEWS b/NG-NEWS
  index 16d0074..91ccbde 100644
  --- a/NG-NEWS
  +++ b/NG-NEWS
  @@ -222,6 +222,8 @@ Distribution
   Obsolete Features Removed
   =========================

  +* Extension-less info files are not supported anymore.
  +
   * Support for the long-deprecated name 'configure.in' for the Autoconf
     input file (instead of the modern 'configure.ac') has been deprecated.

Thanks,
  Stefano



reply via email to

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