From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Dhruva Krishnamurthy" Newsgroups: gmane.emacs.devel Subject: (no subject) Date: Tue, 04 May 2004 12:24:29 +0530 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <1083653669.27594.185591763@webmail.messagingengine.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1083654143 13720 80.91.224.253 (4 May 2004 07:02:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 4 May 2004 07:02:23 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue May 04 09:02:16 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BKtwW-0000AY-00 for ; Tue, 04 May 2004 09:02:16 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BKtwW-0000sB-00 for ; Tue, 04 May 2004 09:02:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BKtti-0007dZ-A5 for emacs-devel@quimby.gnus.org; Tue, 04 May 2004 02:59:22 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BKtqa-00062E-JN for emacs-devel@gnu.org; Tue, 04 May 2004 02:56:08 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BKtpi-0005Jg-OO for emacs-devel@gnu.org; Tue, 04 May 2004 02:55:46 -0400 Original-Received: from [66.111.4.26] (helo=out2.smtp.messagingengine.com) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BKtpi-0005JT-Gm for emacs-devel@gnu.org; Tue, 04 May 2004 02:55:14 -0400 Original-Received: from server2.messagingengine.com (server2.internal [10.202.2.133]) by mail.messagingengine.com (Postfix) with ESMTP id 6F32EAEEE4F for ; Tue, 4 May 2004 02:54:29 -0400 (EDT) Original-Received: by server2.messagingengine.com (Postfix, from userid 99) id 7B67E6B04F; Tue, 4 May 2004 02:54:29 -0400 (EDT) Content-Disposition: inline X-Mailer: MIME::Lite 1.3 (F2.71; T1.001; A1.51; B2.12; Q2.03) Original-To: "Emacs Devel" X-Sasl-Enc: 0SJXOmJlPOUc5rU1A0GBiQ 1083653669 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:22682 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:22682 Hello, "nmake info" (and gmake info) fails on GNU Emacs CVS HEAD using MSVC6 (MinGW32). The problem is in: 1. cd emacs/man 2. nmake info (gmake info) The error is: for the command "./../nt/multi-install-info.bat", "." which represents the current direcotry is not interpreted as it should be and gives an error. '.' is not recognized as an internal or external command, operable program or batch file. Changing the above command to : ".\..\nt\multi-install-info.bat" works for both nmake and gmake! Here is the diff of original versus modified (is this the standard?): emacs/man/makefile.w32-in *** \tmp\cvs\emacs\man\makefile.w32-in Mon May 3 16:51:32 2004 --- ..\man\makefile.w32-in Tue May 4 12:21:54 2004 *************** infodir = $(srcdir)/../info *** 30,36 **** # The makeinfo program is part of the Texinfo distribution. MAKEINFO = makeinfo ! MULTI_INSTALL_INFO = $(srcdir)/../nt/multi-install-info.bat INFO_TARGETS = $(infodir)/emacs $(infodir)/ccmode \ $(infodir)/cl $(infodir)/dired-x \ $(infodir)/ediff $(infodir)/forms \ --- 30,36 ---- # The makeinfo program is part of the Texinfo distribution. MAKEINFO = makeinfo ! MULTI_INSTALL_INFO = $(srcdir)\..\nt\multi-install-info.bat INFO_TARGETS = $(infodir)/emacs $(infodir)/ccmode \ $(infodir)/cl $(infodir)/dired-x \ $(infodir)/ediff $(infodir)/forms \ ________________________________________ Dhruva Krishnamurthy Proud FSF member: #1935 http://schemer.fateback.com/