From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Pretest Date: Sat, 04 Nov 2006 22:23:52 +0000 Message-ID: <454D12F7.3080109@gnu.org> References: <87lkn1tzav.fsf@stupidchicken.com> <4543389E.3090006@gnu.org> <4543CFDF.1060605@gnu.org> <45448DB1.8080800@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1162679061 6495 80.91.229.2 (4 Nov 2006 22:24:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 4 Nov 2006 22:24:21 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 04 23:24:17 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 1GgTvx-0001qR-2B for ged-emacs-devel@m.gmane.org; Sat, 04 Nov 2006 23:24:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GgTvw-0002IL-Ij for ged-emacs-devel@m.gmane.org; Sat, 04 Nov 2006 17:24:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GgTvl-0002H2-7e for emacs-devel@gnu.org; Sat, 04 Nov 2006 17:24:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GgTvj-0002F1-Na for emacs-devel@gnu.org; Sat, 04 Nov 2006 17:24:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GgTvj-0002Ew-KN for emacs-devel@gnu.org; Sat, 04 Nov 2006 17:23:59 -0500 Original-Received: from [194.106.33.237] (helo=outmail.freedom2surf.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GgTvh-0005Lq-Gq; Sat, 04 Nov 2006 17:23:57 -0500 Original-Received: from [127.0.0.1] (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail.freedom2surf.net (Postfix) with ESMTP id A45C850F7D; Sat, 4 Nov 2006 22:23:56 +0000 (GMT) User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) Original-To: Eli Zaretskii In-Reply-To: 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:61796 Archived-At: Eli Zaretskii wrote: > I asked why does temacs need to be modified when DOC is changed. Do > you know whether there's any need for that, and why? > Isn't it the other way around? When temacs is changed, DOC needs to be rebuilt? The correct fix would seem to be to move building the DOC file from lib-src/Makefile.w32-in to src/Makefile.w32-in like it is in the main build, and build it after temacs.exe but before emacs.exe is dumped.