emacs-devel
[Top][All Lists]
Advanced

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

gmake info: makefile patch


From: Dhruva Krishnamurthy
Subject: gmake info: makefile patch
Date: Mon, 03 May 2004 16:58:35 +0530

> >  Also, I noticed "gmake info" failes on MinGW-GCC on W2K. The problem is
> >  with backslash ("\") in makefile.w32-in at target "info:". Changing it
> >  to forward slashes "/", fixes this problem.
> 
> nmake seems to accept either, so I've installed this fix.

It has to be done in emacs/nt/makefile.w32-in file (not in
man/makefile.w32-in). Sorry for not being more specific.

-dhruva

Diff for original versus modified [diff -p
\tmp\cvs\emacs\nt\makefile.w32-in makefile.w32-in]

*** \tmp\cvs\emacs\nt\makefile.w32-in   Fri Apr 23 09:16:57 2004
--- makefile.w32-in     Mon May  3 12:59:23 2004
*************** force-info:
*** 218,226 ****
  # put the info files in $(infodir),
  # so we can do ok running make in the build dir.
  info: force-info
!       (cd ..\man && $(MAKE) $(MFLAGS) info)
!       (cd ..\lispref && $(MAKE) $(MFLAGS) info)
!       (cd ..\lispintro && $(MAKE) $(MFLAGS) info)

  #
  # Maintenance
--- 218,226 ----
  # put the info files in $(infodir),
  # so we can do ok running make in the build dir.
  info: force-info
!       (cd ../man && $(MAKE) $(MFLAGS) info)
!       (cd ../lispref && $(MAKE) $(MFLAGS) info)
!       (cd ../lispintro && $(MAKE) $(MFLAGS) info)

  #
  # Maintenance
________________________________________
Dhruva Krishnamurthy
Proud FSF member: #1935
http://schemer.fateback.com/




reply via email to

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