changeset 84344:cc7fe4bd2348

(info-nmake, info-gmake, clean-other-dirs-nmake): Change from ../man to ../doc/emacs and ../doc/misc; and from ../lispref, ../lispintro to ../doc/lispref, ../doc/lispintro.
author Glenn Morris <rgm@gnu.org>
date Thu, 06 Sep 2007 07:19:48 +0000
parents 46f1ffc9e9d0
children 24fb2c2fd866
files nt/makefile.w32-in
diffstat 1 files changed, 15 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/nt/makefile.w32-in	Thu Sep 06 07:19:34 2007 +0000
+++ b/nt/makefile.w32-in	Thu Sep 06 07:19:48 2007 +0000
@@ -232,23 +232,26 @@
 	$(MAKE) $(MFLAGS) $(XMFLAGS) -C ../leim install
 
 force-info:
-# Note that man/makefile knows how to
+# Note that doc/emacs/makefile knows how to
 # put the info files in $(infodir),
 # so we can do ok running make in the build dir.
 info: force-info info-$(MAKETYPE)
 
 info-nmake:
-	cd ..\man
+	cd ..\doc\emacs
+	$(MAKE) $(MFLAGS) info
+	cd ..\doc\misc
 	$(MAKE) $(MFLAGS) info
-	cd ..\lispref
+	cd ..\doc\lispref
 	$(MAKE) $(MFLAGS) info
-	cd ..\lispintro
+	cd ..\doc\lispintro
 	$(MAKE) $(MFLAGS) info
 
 info-gmake:
-	$(MAKE) $(MFLAGS) $(XMFLAGS) -C ../man info
-	$(MAKE) $(MFLAGS) $(XMFLAGS) -C ../lispref info
-	$(MAKE) $(MFLAGS) $(XMFLAGS) -C ../lispintro info
+	$(MAKE) $(MFLAGS) $(XMFLAGS) -C ../doc/emacs info
+	$(MAKE) $(MFLAGS) $(XMFLAGS) -C ../doc/misc info
+	$(MAKE) $(MFLAGS) $(XMFLAGS) -C ../doc/lispref info
+	$(MAKE) $(MFLAGS) $(XMFLAGS) -C ../doc/lispintro info
 #
 # Maintenance
 #
@@ -265,13 +268,15 @@
 	$(MAKE) $(MFLAGS) clean
 	cd ..\lisp
 	$(MAKE) $(MFLAGS) clean
-	cd ..\lispintro
+	cd ..\doc\lispintro
 	$(MAKE) $(MFLAGS) clean
-	cd ..\lispref
+	cd ..\doc\lispref
 	$(MAKE) $(MFLAGS) clean
 	cd ..\leim
 	$(MAKE) $(MFLAGS) clean
-	cd ..\man
+	cd ..\doc\emacs
+	$(MAKE) $(MFLAGS) clean
+	cd ..\doc\misc
 	$(MAKE) $(MFLAGS) clean
 	cd ..\nt