From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Set the version number in the texinfo manuals using configure Date: Sat, 30 Oct 2010 15:16:21 +0200 Message-ID: <83vd4j6ct6.fsf@gnu.org> References: <83r5fzn0vr.fsf@gnu.org> <87wrp7bbw8.fsf@gmail.com> <83wrp76zln.fsf@gnu.org> <4CCBD7B1.1050006@gmx.at> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1288444670 27461 80.91.229.12 (30 Oct 2010 13:17:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 30 Oct 2010 13:17:50 +0000 (UTC) Cc: jay.p.belanger@gmail.com, emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 30 15:17:41 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PCBJU-0006c1-Gs for ged-emacs-devel@m.gmane.org; Sat, 30 Oct 2010 15:17:40 +0200 Original-Received: from localhost ([127.0.0.1]:46814 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PCBJT-0002mX-Te for ged-emacs-devel@m.gmane.org; Sat, 30 Oct 2010 09:17:39 -0400 Original-Received: from [140.186.70.92] (port=59643 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PCBJN-0002mS-7z for emacs-devel@gnu.org; Sat, 30 Oct 2010 09:17:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PCBJM-0006Ct-0v for emacs-devel@gnu.org; Sat, 30 Oct 2010 09:17:33 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:48197) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PCBJL-0006CW-QJ for emacs-devel@gnu.org; Sat, 30 Oct 2010 09:17:31 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LB300B00T0WVY00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Sat, 30 Oct 2010 15:16:15 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.228.25.68]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LB300AJQU72Q3I0@a-mtaout20.012.net.il>; Sat, 30 Oct 2010 15:16:15 +0200 (IST) In-reply-to: <4CCBD7B1.1050006@gmx.at> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:132186 Archived-At: > Date: Sat, 30 Oct 2010 10:30:41 +0200 > From: martin rudalics > CC: jay.p.belanger@gmail.com, emacs-devel@gnu.org > > 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? My crystal ball says you didn't run nt/configure.bat after checkout.