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: Jay Belanger
Subject: Re: Set the version number in the texinfo manuals using configure
Date: Sat, 30 Oct 2010 16:20:16 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

>> make   -C ../doc/misc info
>> make[1]: Entering directory `C:/emacs/trunk/doc/misc'
>> makeinfo --force -I./../emacs faq.texi
>> makeinfo --force calc.texi
>> calc.texi:10: @include `emacsver.texi': No such file or directory.
>> make[1]: *** [../../info/calc] Error 1
>
> That's definitely an old makefile, from before the latest changes to
> makefile.w32-in: the command for faq.texi includes the -I switch,
> while the command for calc.texi does not.

When I changed calc.texi to use emacsver.texi, I added the line
  @include ../emacs/emacsver.texi
I noticed that faq.texi used emacsver.texi and didn't add the
"../emacs/" prefix to the include statement.  It worked fine when I
tested it out (on a GNU/Linux system); perhaps for some reason that was
the wrong thing to do for Windows.



reply via email to

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