]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention that makeinfo.exe is required for make 'info'.
authorEli Zaretskii <eliz@gnu.org>
Fri, 30 Jun 2006 13:56:56 +0000 (13:56 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 30 Jun 2006 13:56:56 +0000 (13:56 +0000)
nt/INSTALL

index dc28953147202747a721e983af8f0a60f87c1f21..66f0a3d542e0495d5461a737fee4b31cf5ea716c 100644 (file)
@@ -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
 
   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'