diff options
| author | Eli Zaretskii | 2006-06-30 13:56:56 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-06-30 13:56:56 +0000 |
| commit | c6911ab9ef400dbf49445796d66605115f70c78e (patch) | |
| tree | 2235bbb9860c2d160c2856e15c581dbda7ff3da8 | |
| parent | 6407e67c1be1373fbf584db83229815c07a9786b (diff) | |
| download | emacs-c6911ab9ef400dbf49445796d66605115f70c78e.tar.gz emacs-c6911ab9ef400dbf49445796d66605115f70c78e.zip | |
Mention that makeinfo.exe is required for make 'info'.
| -rw-r--r-- | nt/INSTALL | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/nt/INSTALL b/nt/INSTALL index dc289531472..66f0a3d542e 100644 --- a/nt/INSTALL +++ b/nt/INSTALL | |||
| @@ -42,7 +42,8 @@ | |||
| 42 | (If you are building from CVS, say "make bootstrap" or "nmake | 42 | (If you are building from CVS, say "make bootstrap" or "nmake |
| 43 | bootstrap" instead.) | 43 | bootstrap" instead.) |
| 44 | 44 | ||
| 45 | 4. Generate the Info manuals (only if you are building out of CVS): | 45 | 4. Generate the Info manuals (only if you are building out of CVS, and |
| 46 | if you have makeinfo.exe installed): | ||
| 46 | 47 | ||
| 47 | make info | 48 | make info |
| 48 | 49 | ||
| @@ -252,6 +253,9 @@ | |||
| 252 | or | 253 | or |
| 253 | nmake info | 254 | nmake info |
| 254 | 255 | ||
| 256 | Note that you will need makeinfo.exe (from the GNU Texinfo package) | ||
| 257 | in order for this command to succeed. | ||
| 258 | |||
| 255 | * Installing | 259 | * Installing |
| 256 | 260 | ||
| 257 | To install Emacs after it has compiled, simply run `nmake install' | 261 | To install Emacs after it has compiled, simply run `nmake install' |