emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(no subject)


From: Dhruva Krishnamurthy
Subject: (no subject)
Date: Tue, 04 May 2004 12:24:29 +0530

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]