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 19:01:06 +0200 Message-ID: <4CCC4F52.2030806@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> 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 1288458097 14677 80.91.229.12 (30 Oct 2010 17:01:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 30 Oct 2010 17:01:37 +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 19:01: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 1PCEnz-0005kd-Go for ged-emacs-devel@m.gmane.org; Sat, 30 Oct 2010 19:01:23 +0200 Original-Received: from localhost ([127.0.0.1]:53611 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PCEnz-0003kp-3a for ged-emacs-devel@m.gmane.org; Sat, 30 Oct 2010 13:01:23 -0400 Original-Received: from [140.186.70.92] (port=52967 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PCEnt-0003kj-HU for emacs-devel@gnu.org; Sat, 30 Oct 2010 13:01:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PCEnr-0000dn-EK for emacs-devel@gnu.org; Sat, 30 Oct 2010 13:01:17 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:53351 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PCEnr-0000d9-10 for emacs-devel@gnu.org; Sat, 30 Oct 2010 13:01:15 -0400 Original-Received: (qmail invoked by alias); 30 Oct 2010 17:01:10 -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 (mp068) with SMTP; 30 Oct 2010 19:01:10 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+5Ou9arWe5uqaiU0FRO8p7dhi62YDUbrsWYyzVoG S34wfIGnE34Qep User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <83sjzn66qp.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:132192 Archived-At: > doc/misc/makefile.w32-in says: > > emacsdir = $(srcdir)/../emacs > ... > MAKEINFO = makeinfo --force -I$(emacsdir) > ... > $(infodir)/calc: calc.texi $(emacsdir)/emacsver.texi > $(MAKEINFO) calc.texi Exact. > 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? Sorry, I don't have the slightest idea how to do that :-( BTW, I use makeinfo (GNU texinfo) 4.8. martin