diff nt/makefile.w32-in @ 91073:4bc33ffdda1a

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 902-908) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 131-137) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 261-262) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-278
author Miles Bader <miles@gnu.org>
date Sat, 27 Oct 2007 09:12:07 +0000
parents 1251cabc40b7 fa12b4a2709e
children 606f2d163a64
line wrap: on
line diff
--- a/nt/makefile.w32-in	Sat Oct 27 00:30:50 2007 +0000
+++ b/nt/makefile.w32-in	Sat Oct 27 09:12:07 2007 +0000
@@ -242,12 +242,13 @@
 info-nmake:
 	cd ..\doc\emacs
 	$(MAKE) $(MFLAGS) info
-	cd ..\doc\misc
+	cd ..\misc
+	$(MAKE) $(MFLAGS) info
+	cd ..\lispref
 	$(MAKE) $(MFLAGS) info
-	cd ..\doc\lispref
+	cd ..\lispintro
 	$(MAKE) $(MFLAGS) info
-	cd ..\doc\lispintro
-	$(MAKE) $(MFLAGS) info
+	cd $(MAKEDIR)
 
 info-gmake:
 	$(MAKE) $(MFLAGS) $(XMFLAGS) -C ../doc/emacs info