From: Jason Rumney Date: Sat, 20 Oct 2007 13:05:54 +0000 (+0000) Subject: (info-nmake): Change into correct directories. X-Git-Tag: emacs-pretest-23.0.90~10190 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=059d1e666255bc16aae40a981cd7cbed1393af83;p=emacs.git (info-nmake): Change into correct directories. --- diff --git a/nt/ChangeLog b/nt/ChangeLog index 5ee99f3825d..7eeb5338b3c 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,7 @@ +2007-10-20 Jason Rumney + + * makefile.w32-in (info-nmake): Change into correct directories. + 2007-10-20 Eli Zaretskii * configure.bat (docflags, doldflags): New variables. diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in index 5cb13a79e9a..a792889af24 100644 --- a/nt/makefile.w32-in +++ b/nt/makefile.w32-in @@ -242,12 +242,13 @@ info: force-info info-$(MAKETYPE) info-nmake: cd ..\doc\emacs $(MAKE) $(MFLAGS) info - cd ..\doc\misc + cd ..\misc $(MAKE) $(MFLAGS) info - cd ..\doc\lispref + cd ..\lispref $(MAKE) $(MFLAGS) info - cd ..\doc\lispintro + cd ..\lispintro $(MAKE) $(MFLAGS) info + cd $(MAKEDIR) info-gmake: $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../doc/emacs info