From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Werner LEMBERG Newsgroups: gmane.emacs.devel Subject: Re: MAKEINFO variable not honoured Date: Mon, 03 Jan 2011 06:23:28 +0100 (CET) Message-ID: <20110103.062328.531754232.wl@gnu.org> References: <20110101.132151.306582047.wl@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1294032216 27092 80.91.229.12 (3 Jan 2011 05:23:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 3 Jan 2011 05:23:36 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 03 06:23:33 2011 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 1PZctI-0004QF-II for ged-emacs-devel@m.gmane.org; Mon, 03 Jan 2011 06:23:32 +0100 Original-Received: from localhost ([127.0.0.1]:48253 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZctH-000284-VM for ged-emacs-devel@m.gmane.org; Mon, 03 Jan 2011 00:23:32 -0500 Original-Received: from [140.186.70.92] (port=39186 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZctD-00027d-3H for emacs-devel@gnu.org; Mon, 03 Jan 2011 00:23:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PZctC-000543-9t for emacs-devel@gnu.org; Mon, 03 Jan 2011 00:23:27 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:38144 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PZctB-00053K-U7 for emacs-devel@gnu.org; Mon, 03 Jan 2011 00:23:26 -0500 Original-Received: (qmail invoked by alias); 03 Jan 2011 05:23:24 -0000 Original-Received: from 178-191-247-28.adsl.highway.telekom.at (EHLO localhost) [178.191.247.28] by mail.gmx.net (mp020) with SMTP; 03 Jan 2011 06:23:24 +0100 X-Authenticated: #54312696 X-Provags-ID: V01U2FsdGVkX186Dqtmm+46PuCf+eDlxhzWAt1u9D1Uq8fERS2srT Sf/tkuMZW9NnNR In-Reply-To: <20110101.132151.306582047.wl@gnu.org> X-Mailer: Mew version 6.3.50 on Emacs 24.0.50.1 / Mule 6.0 (HANACHIRUSATO) 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:134191 Archived-At: > However, during `make bootstrap', this variable isn't honoured since > the sub-Makefiles in the `doc' subdirectory contain lines like this > > MAKEINFO = makeinfo --force -I $(srcdir) > > which directly overwrite the MAKEINFO variable. > > Below a trivial patch which fixes this. Thanks for your enthusiastical silence! :-) If noone objects, I'll apply it. Werner