From 33d9f1647483075a9c6d3a567af44bbe00a6602c Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 9 Feb 1999 23:36:41 +0000 Subject: [PATCH] 1999-02-04 Akim Demaille * automake.in (handle_texinfo): remove texinfo.tex from TEXINFODIR. --- ChangeLog | 5 +++++ automake.in | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3bd316e3..86325a79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-02-04 Akim Demaille + + * automake.in (handle_texinfo): remove texinfo.tex from + TEXINFODIR. + 1999-02-02 Tom Tromey * automake.in (handle_merge_targets): Use INSTALL_STRIP_FLAG. diff --git a/automake.in b/automake.in index 5c04e83d..6be10622 100755 --- a/automake.in +++ b/automake.in @@ -2037,7 +2037,8 @@ sub handle_texinfo $need_texi_file = 1; } local ($xxform); - ($xxform = $texinfo_tex) =~ s/(\W)/\\$1/g; + ($xxform = $texinfo_tex) =~ s/\/texinfo\.tex$//; + $xxform =~ s/(\W)/\\$1/g; $xform .= ' s/\@TEXINFODIR\@/' . $xxform . '/g;'; $output_rules .= &file_contents_with_transform ($xform, 'texinfos'); -- 2.43.5