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: Pretest Date: Mon, 30 Oct 2006 06:25:05 +0200 Message-ID: References: <87lkn1tzav.fsf@stupidchicken.com> <87mz7gmo7a.fsf@stupidchicken.com> <87pscast1y.fsf@furball.mit.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1162182328 12086 80.91.229.2 (30 Oct 2006 04:25:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 30 Oct 2006 04:25:28 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 30 05:25:24 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GeOiC-0002rT-5o for ged-emacs-devel@m.gmane.org; Mon, 30 Oct 2006 05:25:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GeOiB-0001gt-MA for ged-emacs-devel@m.gmane.org; Sun, 29 Oct 2006 23:25:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GeOhy-0001gH-A6 for emacs-devel@gnu.org; Sun, 29 Oct 2006 23:25:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GeOhx-0001fk-2R for emacs-devel@gnu.org; Sun, 29 Oct 2006 23:25:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GeOhw-0001fX-Mp for emacs-devel@gnu.org; Sun, 29 Oct 2006 23:25:08 -0500 Original-Received: from [192.114.186.73] (helo=heller.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GeOhw-0004dJ-HC for emacs-devel@gnu.org; Sun, 29 Oct 2006 23:25:08 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-199-163.inter.net.il [80.230.199.163]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id AVW21467 (AUTH halo1); Mon, 30 Oct 2006 06:25:05 +0200 (IST) Original-To: Chong Yidong In-reply-to: <87pscast1y.fsf@furball.mit.edu> (message from Chong Yidong on Sun, 29 Oct 2006 16:36:41 -0500) 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:61363 Archived-At: > Cc: emacs-devel@gnu.org > From: Chong Yidong > Date: Sun, 29 Oct 2006 16:36:41 -0500 > > >> cd $(srcdir); $(MAKEINFO) elisp.texi > > > > I have no objections to such a change, but note that $(MAKEINFO) > > doesn't include the -I switches in lispref/Makefile.in, so if we want > > to make such a change, we should probably add them to the macro. > > I've checked such a change. Yes, but you also changed makefile.w32-in, which breaks the Windows build because the stock Windows shell doesn't support the `cmd1; cmd2' method of having several commands on the same line. Please revert that; the Windows build doesn't need that change, since it sets srcdir to . anyway. Btw, while looking at this, I found that several directories in the tarball lack the makefile.w32-in file. These are: man, lispref, and lispintro. Please modify make-dist to include them.