[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: |
Akim Demaille |
Subject: |
Re: [Automake-NG] [PATCH 05/26] [ng] texi: drop support for suffix-less info files |
Date: |
Sun, 17 Jun 2012 09:14:22 +0200 |
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???
> 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?
- Re: [Automake-NG] [PATCH 03/26] [ng] texi: reimplement '.info' build using target-specific variables, (continued)
[Automake-NG] [PATCH 04/26] [ng] texi: more target-specific variables use in '.info' build rules, Stefano Lattarini, 2012/06/16
[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