aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 @@
12007-10-20 Jason Rumney <jasonr@gnu.org>
2
3 * makefile.w32-in (info-nmake): Change into correct directories.
4
12007-10-20 Eli Zaretskii <eliz@gnu.org> 52007-10-20 Eli Zaretskii <eliz@gnu.org>
2 6
3 * configure.bat (docflags, doldflags): New variables. 7 * 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)
242info-nmake: 242info-nmake:
243 cd ..\doc\emacs 243 cd ..\doc\emacs
244 $(MAKE) $(MFLAGS) info 244 $(MAKE) $(MFLAGS) info
245 cd ..\doc\misc 245 cd ..\misc
246 $(MAKE) $(MFLAGS) info 246 $(MAKE) $(MFLAGS) info
247 cd ..\doc\lispref 247 cd ..\lispref
248 $(MAKE) $(MFLAGS) info 248 $(MAKE) $(MFLAGS) info
249 cd ..\doc\lispintro 249 cd ..\lispintro
250 $(MAKE) $(MFLAGS) info 250 $(MAKE) $(MFLAGS) info
251 cd $(MAKEDIR)
251 252
252info-gmake: 253info-gmake:
253 $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../doc/emacs info 254 $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../doc/emacs info