summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2007-10-20 13:05:54 +0000
committerJason Rumney <jasonr@gnu.org>2007-10-20 13:05:54 +0000
commit059d1e666255bc16aae40a981cd7cbed1393af83 (patch)
treee5ee7a17dc87ed8760f91eb117749d9caee94675 /nt
parent3a1ebd63a60c3d694cce9528a50d9bf8be5c124d (diff)
downloademacs-059d1e666255bc16aae40a981cd7cbed1393af83.tar.gz
(info-nmake): Change into correct directories.
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog4
-rw-r--r--nt/makefile.w32-in7
2 files changed, 8 insertions, 3 deletions
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 <jasonr@gnu.org>
+
+ * makefile.w32-in (info-nmake): Change into correct directories.
+
2007-10-20 Eli Zaretskii <eliz@gnu.org>
* 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