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: Sun, 29 Oct 2006 06:30:33 +0200 Message-ID: References: <87lkn1tzav.fsf@stupidchicken.com> <4543389E.3090006@gnu.org> <4543CFDF.1060605@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1162096255 31038 80.91.229.2 (29 Oct 2006 04:30:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 29 Oct 2006 04:30:55 +0000 (UTC) Cc: cyd@stupidchicken.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 29 05:30:54 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 1Ge2Jw-0006Wc-CH for ged-emacs-devel@m.gmane.org; Sun, 29 Oct 2006 05:30:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ge2Jv-0002p4-NZ for ged-emacs-devel@m.gmane.org; Sun, 29 Oct 2006 00:30:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ge2Jh-0002l6-FV for emacs-devel@gnu.org; Sun, 29 Oct 2006 00:30:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ge2Jg-0002jU-Mx for emacs-devel@gnu.org; Sun, 29 Oct 2006 00:30:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ge2Jg-0002jB-I6 for emacs-devel@gnu.org; Sun, 29 Oct 2006 00:30:36 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Ge2Jf-0008HH-De; Sun, 29 Oct 2006 00:30:36 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-250-228.inter.net.il [80.230.250.228]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id GCP71085 (AUTH halo1); Sun, 29 Oct 2006 06:30:27 +0200 (IST) Original-To: Jason Rumney In-reply-to: <4543CFDF.1060605@gnu.org> (message from Jason Rumney on Sat, 28 Oct 2006 22:47:11 +0100) 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:61327 Archived-At: > Date: Sat, 28 Oct 2006 22:47:11 +0100 > From: Jason Rumney > Cc: cyd@stupidchicken.com, emacs-devel@gnu.org > > This fixes the problem for me. Do you have some sh.exe on your PATH, or did you use CMD? I think my patch would not work with CMD, due to forward slashes in the redirection. I think I'd replace that with some cp command. > But if temacs.exe is not needed to produce the DOC file, why do we > depend on it in the first place? So that, whenever temacs.exe is rebuilt (meaning that some C file has changed), DOC is regenerated by "make install".