This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: 04-handle-texinfo.patch
- To: Akim Demaille <akim at epita dot fr>
- Subject: Re: 04-handle-texinfo.patch
- From: Tom Tromey <tromey at redhat dot com>
- Date: 28 Jan 2001 18:33:01 -0700
- Cc: Automake <automake at gnu dot org>
- List-Id: Discussion list for automake <automake.gnu.org><mailto:automake-request@gnu.org?subject=unsubscribe>
- References: <E14MuTR-0006Tm-00@nostromo.lrde.epita.fr>
- Reply-To: tromey at redhat dot com
>>>>> "Akim" == Akim Demaille <akim@epita.fr> writes:
Akim> * automake.in (handle_texinfo): Use the new $texinfodir instead of
Akim> the removed $texinfo_tex.
Akim> - $texinfo_tex = ('$(srcdir)/'
Akim> - . &dirname (&variable_value ('TEXINFO_TEX')));
Akim> + $texinfodir = '$(srcdir)/'
Akim> + . &dirname (&variable_value ('TEXINFO_TEX'));
The parens are there so that tab in Emacs will do the right thing.
Could you please add them back? Then this is ok.
Tom