diff options
| -rw-r--r-- | nt/install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/install b/nt/install index f9c9b198c8b..0176737f90b 100644 --- a/nt/install +++ b/nt/install | |||
| @@ -13,7 +13,7 @@ Configuring: | |||
| 13 | environment variables, as is customary for use with Windows compilers. | 13 | environment variables, as is customary for use with Windows compilers. |
| 14 | 14 | ||
| 15 | (2) Choose the directory into which Emacs will be installed, and | 15 | (2) Choose the directory into which Emacs will be installed, and |
| 16 | edit makefile.nt to define INSTALL_DIR to be this directory. Note | 16 | edit makefile.def to define INSTALL_DIR to be this directory. Note |
| 17 | that if it is not installed in the directory in which it is built, | 17 | that if it is not installed in the directory in which it is built, |
| 18 | the ~16 MB of lisp files will be copied into the installation directory. | 18 | the ~16 MB of lisp files will be copied into the installation directory. |
| 19 | 19 | ||