From: Stefano Lattarini Date: Sat, 16 Jun 2012 06:49:25 +0000 (+0200) Subject: [ng] texi: read 'texibuild' rules more verbatim X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=918fa07a699fcd07d64ee344e517dd839a68dd6f;p=thirdparty%2Fautomake.git [ng] texi: read 'texibuild' rules more verbatim No semantic change is intended. * automake.in (handle_texinfo): Process 'texibuild.am' with '&process_file' rather than with '&file_contents'. Signed-off-by: Stefano Lattarini --- diff --git a/automake.in b/automake.in index 750737cff..4ce80b170 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'),