changeset 71548:b1556bb47998

Mention that makeinfo.exe is required for make 'info'.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 30 Jun 2006 13:56:56 +0000
parents c8c9ce33fedf
children 8e8d6278f6b7
files nt/INSTALL
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/nt/INSTALL	Fri Jun 30 13:41:54 2006 +0000
+++ b/nt/INSTALL	Fri Jun 30 13:56:56 2006 +0000
@@ -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'