aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2006-06-30 13:56:56 +0000
committerEli Zaretskii <[email protected]>2006-06-30 13:56:56 +0000
commitc6911ab9ef400dbf49445796d66605115f70c78e (patch)
tree2235bbb9860c2d160c2856e15c581dbda7ff3da8 /nt
parent6407e67c1be1373fbf584db83229815c07a9786b (diff)
Mention that makeinfo.exe is required for make 'info'.
Diffstat (limited to 'nt')
-rw-r--r--nt/INSTALL6
1 files changed, 5 insertions, 1 deletions
diff --git a/nt/INSTALL b/nt/INSTALL
index dc28953147..66f0a3d542 100644
--- a/nt/INSTALL
+++ b/nt/INSTALL
@@ -42,7 +42,8 @@
(If you are building from CVS, say "make bootstrap" or "nmake
bootstrap" instead.)
- 4. Generate the Info manuals (only if you are building out of CVS):
+ 4. Generate the Info manuals (only if you are building out of CVS, and
+ if you have makeinfo.exe installed):
make info
@@ -252,6 +253,9 @@
or
nmake info
+ Note that you will need makeinfo.exe (from the GNU Texinfo package)
+ in order for this command to succeed.
+
* Installing
To install Emacs after it has compiled, simply run `nmake install'