]> code.delx.au - gnu-emacs/commitdiff
Mention that "make install" can be "nmake install".
authorEli Zaretskii <eliz@gnu.org>
Wed, 5 Sep 2001 12:05:15 +0000 (12:05 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 5 Sep 2001 12:05:15 +0000 (12:05 +0000)
nt/INSTALL

index e5a5b009d1fd0737e3c7475e830f9296eeaedc24..ba63fa0262b9728660bb9c6f9f82acb8036931c3 100644 (file)
@@ -69,7 +69,9 @@
 
 * Installing
 
-  To install Emacs after it has compiled, simply run `make install'.
+  To install Emacs after it has compiled, simply run `nmake install'
+  or `make install', depending on which version of the Make utility
+  do you have.
 
   By default, Emacs will be installed in the location where it was
   built, but a different location can be specified either using the
@@ -78,6 +80,8 @@
 
      make install INSTALL_DIR=D:/emacs
 
+  (for `nmake', type "nmake install INSTALL_DIR=D:/emacs" instead).
+
   The install process will run addpm to setup the registry entries, and
   to create a Start menu icon for Emacs.