This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 04-handle-texinfo.patch


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]