From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Set the version number in the texinfo manuals using configure Date: Sat, 30 Oct 2010 22:50:23 +0200 Message-ID: <4CCC850F.1080102@gmx.at> 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> <83sjzn66qp.fsf@gnu.org> <4CCC4F52.2030806@gmx.at> <83r5f761qx.fsf@gnu.org> <4CCC5CA1.2050606@gmx.at> <83pqur5uxw.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1288471838 2175 80.91.229.12 (30 Oct 2010 20:50:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 30 Oct 2010 20:50:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 30 22:50:33 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 1PCINk-0006oR-Tz for ged-emacs-devel@m.gmane.org; Sat, 30 Oct 2010 22:50:33 +0200 Original-Received: from localhost ([127.0.0.1]:39916 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PCINk-00040g-AO for ged-emacs-devel@m.gmane.org; Sat, 30 Oct 2010 16:50:32 -0400 Original-Received: from [140.186.70.92] (port=40001 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PCINe-00040Y-HC for emacs-devel@gnu.org; Sat, 30 Oct 2010 16:50:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PCINd-0001nG-Dl for emacs-devel@gnu.org; Sat, 30 Oct 2010 16:50:26 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:46233 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PCINd-0001mt-0d for emacs-devel@gnu.org; Sat, 30 Oct 2010 16:50:25 -0400 Original-Received: (qmail invoked by alias); 30 Oct 2010 20:50:22 -0000 Original-Received: from 62-47-53-149.adsl.highway.telekom.at (EHLO [62.47.53.149]) [62.47.53.149] by mail.gmx.net (mp072) with SMTP; 30 Oct 2010 22:50:22 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18qlTonxYIqHdmsZxRyAG8aPUhbXLUAzE81B6uId+ Xnykdt2RKVcrqg User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <83pqur5uxw.fsf@gnu.org> X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:132198 Archived-At: > That's not what I meant. If you have sh.exe somewhere on PATH, Make > will use it to run commands (although it shouldn't in this case). I have no sh.exe on PATH or elsewhere. > So it's not like it succeeds the second time, it always fails for > you. It's just that the --force switch forces it to build the Info > manual regardless of the error. But it somehow stops after the error the first time and builds the remaining files only the second time (at least I think so). > No, I meant to ask if there's an environment variable named MAKEINFO > set on your machine. What does "set MAKEINFO" display if you type it > from cmd and hit Enter? It tells me that the variable is not defined. > Also, do you see the same error message if you touch faq.texi and then > run "make info"? After removing the calc info files I see 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 -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 make[1]: Leaving directory `C:/emacs/trunk/doc/misc' make: *** [info-gmake] Error 2 C:\emacs\trunk\nt> Touching calc.texi doesn't change anything BTW (I'm completely ignorant in this regard). martin