[Top][All Lists]
[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
- Re: [Automake-NG] [PATCH 03/26] [ng] texi: reimplement '.info' build using target-specific variables, (continued)
[Automake-NG] [PATCH 05/26] [ng] texi: drop support for suffix-less info files, Stefano Lattarini, 2012/06/16
[Automake-NG] [PATCH 07/26] [ng] texi: read 'texbuild' rules more verbatim, Stefano Lattarini, 2012/06/16
[Automake-NG] [PATCH 08/26] [ng] texi: reduce code duplication in texibuild.am, Stefano Lattarini, 2012/06/16
[Automake-NG] [PATCH 06/26] [ng] texi: be sure to only emit generic pattern rules once, Stefano Lattarini, 2012/06/16