emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MAKEINFO variable not honoured


From: Andreas Schwab
Subject: Re: MAKEINFO variable not honoured
Date: Mon, 03 Jan 2011 09:22:35 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2.91 (gnu/linux)

Werner LEMBERG <address@hidden> writes:

> --- ./doc/lispref/Makefile.in.old     2011-01-01 12:51:56.000000000 +0100
> +++ ./doc/lispref/Makefile.in 2011-01-01 13:18:04.000000000 +0100
> @@ -32,7 +32,7 @@
>  # Directory with emacsver.texi.
>  emacsdir =  $(srcdir)/../emacs
>  
> -MAKEINFO = makeinfo --force -I $(emacsdir) -I $(srcdir)
> +MAKEINFO = @MAKEINFO@ --force -I $(emacsdir) -I $(srcdir)

The line should read "MAKEINFO = @MAKEINFO@" exactly, with the extra
options being put in a different variable.

Andreas.

-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]