emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/nt/makefile.w32-in,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/nt/makefile.w32-in,v
Date: Thu, 06 Sep 2007 07:19:49 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/09/06 07:19:49

Index: makefile.w32-in
===================================================================
RCS file: /sources/emacs/emacs/nt/makefile.w32-in,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- makefile.w32-in     21 Aug 2007 04:51:29 -0000      1.41
+++ makefile.w32-in     6 Sep 2007 07:19:48 -0000       1.42
@@ -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 ..\lispref
+       cd ..\doc\misc
        $(MAKE) $(MFLAGS) info
-       cd ..\lispintro
+       cd ..\doc\lispref
+       $(MAKE) $(MFLAGS) info
+       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
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]