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 17:27:26 +0200 Message-ID: <83sjzn66qp.fsf@gnu.org> References: <83r5fzn0vr.fsf@gnu.org> <87wrp7bbw8.fsf@gmail.com> <83wrp76zln.fsf@gnu.org> <4CCBD7B1.1050006@gmx.at> <83vd4j6ct6.fsf@gnu.org> <4CCC305E.2080208@gmx.at> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1288452762 25698 80.91.229.12 (30 Oct 2010 15:32:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 30 Oct 2010 15:32:42 +0000 (UTC) Cc: emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 30 17:32:36 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 1PCDQ1-0008B9-O0 for ged-emacs-devel@m.gmane.org; Sat, 30 Oct 2010 17:32:34 +0200 Original-Received: from localhost ([127.0.0.1]:41133 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PCDQ0-0006FU-Qq for ged-emacs-devel@m.gmane.org; Sat, 30 Oct 2010 11:32:32 -0400 Original-Received: from [140.186.70.92] (port=53029 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PCDPq-00061t-CN for emacs-devel@gnu.org; Sat, 30 Oct 2010 11:32:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PCDLF-0006W2-WA for emacs-devel@gnu.org; Sat, 30 Oct 2010 11:27:38 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:61687) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PCDLF-0006Vn-NO for emacs-devel@gnu.org; Sat, 30 Oct 2010 11:27:37 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LB400D0006E8C00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Sat, 30 Oct 2010 17:27:20 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.124.191.40]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LB400DKZ09I7F10@a-mtaout20.012.net.il>; Sat, 30 Oct 2010 17:27:19 +0200 (IST) In-reply-to: <4CCC305E.2080208@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:132190 Archived-At: > Date: Sat, 30 Oct 2010 16:49:02 +0200 > From: martin rudalics > CC: jay.p.belanger@gmail.com, emacs-devel@gnu.org > > > My crystal ball says you didn't run nt/configure.bat after checkout. > > I've run configure and make bootstrap before. That's weird. I'm probably missing something. doc/misc/makefile.w32-in says: emacsdir = $(srcdir)/../emacs ... MAKEINFO = makeinfo --force -I$(emacsdir) ... $(infodir)/calc: calc.texi $(emacsdir)/emacsver.texi $(MAKEINFO) calc.texi However, your "make info" shows this: makeinfo --force calc.texi So obviously, somehow, the "-I$(emacsdir)" part in $(MAKEINFO) got dropped. Can you see why this happens on your system? > BTW, if I run make info a second time it apparently succeeds. Even more weird.