[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-NG] [PATCH 07/26] [ng] texi: read 'texbuild' rules more verbat
From: |
Stefano Lattarini |
Subject: |
[Automake-NG] [PATCH 07/26] [ng] texi: read 'texbuild' rules more verbatim |
Date: |
Sat, 16 Jun 2012 23:29:54 +0200 |
No semantic change is intended with this change.
* automake.in (handle_texinfo): Process 'texibuild.am' with
'&process_file' rather than with '&file_contents'.
Signed-off-by: Stefano Lattarini <address@hidden>
---
automake.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/automake.in b/automake.in
index 750737c..4ce80b1 100644
--- a/automake.in
+++ b/automake.in
@@ -3181,8 +3181,8 @@ sub handle_texinfo ()
# in &handle_texinfo_helper.
foreach my $valid_texinfo_suf (qw/texi texinfo txi/)
{
- $output_rules .= file_contents (
- 'texibuild', new Automake::Location,
+ $output_verbatim .= preprocess_file (
+ "$libdir/am/texibuild.am",
AM_V_MAKEINFO => verbose_flag('MAKEINFO'),
AM_V_TEXI2DVI => verbose_flag('TEXI2DVI'),
AM_V_TEXI2PDF => verbose_flag('TEXI2PDF'),
--
1.7.9.5
- [Automake-NG] [PATCH 04/26] [ng] texi: more target-specific variables use in '.info' build rules, (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 <=
[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