aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nt/ChangeLog6
-rw-r--r--nt/makefile.w32-in10
2 files changed, 11 insertions, 5 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 349a43fe692..c7b94e64083 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,9 @@
12012-04-10 Eli Zaretskii <eliz@gnu.org>
2
3 * makefile.w32-in (emacs, misc, lispref, lispintro): New targets,
4 each runs makeinfo in its own subdirectory of 'doc'.
5 (info-gmake): Depend on these new targets.
6
12012-04-07 Glenn Morris <rgm@gnu.org> 72012-04-07 Glenn Morris <rgm@gnu.org>
2 8
3 * config.nt, makefile.w32-in, emacs.rc, emacsclient.rc: 9 * config.nt, makefile.w32-in, emacs.rc, emacsclient.rc:
diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in
index f090849e6a9..fcf57e8046d 100644
--- a/nt/makefile.w32-in
+++ b/nt/makefile.w32-in
@@ -307,11 +307,11 @@ info-nmake:
307 $(MAKE) $(MFLAGS) info 307 $(MAKE) $(MFLAGS) info
308 cd $(MAKEDIR) 308 cd $(MAKEDIR)
309 309
310info-gmake: 310info-gmake: emacs misc lispref lispintro
311 $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../doc/emacs info 311
312 $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../doc/misc info 312emacs misc lispref lispintro:
313 $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../doc/lispref info 313 $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../doc/$@ info
314 $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../doc/lispintro info 314
315# 315#
316# Maintenance 316# Maintenance
317# 317#