emacs-devel
[Top][All Lists]
Advanced

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

Re: Set the version number in the texinfo manuals using configure


From: martin rudalics
Subject: Re: Set the version number in the texinfo manuals using configure
Date: Sat, 30 Oct 2010 10:30:41 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

>>>   make[1]: Entering directory `D:/gnu/bzr/emacs/trunk/doc/emacs'
>>>   makeinfo --force emacs.texi
>>>   emacs.texi:8: @include `emacsver.texi': No such file or directory.
>>>   emacs.texi:32: warning: undefined flag: EMACSVER.
>>>   emacs.texi:102: warning: undefined flag: EMACSVER.
>>>   emacs.texi:113: warning: undefined flag: EMACSVER.
>>>   D:\gnu\bzr\emacs\trunk\doc\emacs//anti.texi:12: warning: undefined flag: 
EMACSVER.
>>>   make[1]: *** [../../info/emacs] Error 1
>>>   make[1]: Leaving directory `D:/gnu/bzr/emacs/trunk/doc/emacs'
>>>   make: *** [info-gmake] Error 2
>> So is the problem that EMACSVER shouldn't be used, or that something
>> caused emacsver.texi to disappear?
>
> Glenn fixed that soon after this, but since you asked: the plan was to
> generate emacsver.texi from emacsver.texi.in.  However, the Windows
> port's Makefiles were not adapted to the change, so there was no
> emacsver.texi by the time makeinfo was invoked, and that triggered all
> the error messages.
>
> Again, this problem is long gone now.

I'm somewhat confused since I (occasionally ?) still get something like
the following

C:\emacs\trunk\nt>make info
make   -C ../doc/emacs info
make[1]: Entering directory `C:/emacs/trunk/doc/emacs'
make[1]: Nothing to be done for `info'.
make[1]: Leaving directory `C:/emacs/trunk/doc/emacs'
make   -C ../doc/misc info
make[1]: Entering directory `C:/emacs/trunk/doc/misc'
makeinfo --force gnus.texi
makeinfo --force calc.texi
calc.texi:10: @include `emacsver.texi': No such file or directory.
make[1]: *** [../../info/calc] Error 1
make[1]: Leaving directory `C:/emacs/trunk/doc/misc'
make: *** [info-gmake] Error 2

with this morning's checkout.  Any clues?

martin



reply via email to

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