# HG changeset patch # User Eli Zaretskii # Date 1151675816 0 # Node ID b1556bb47998b95eca5a8a5f4f8fb95b3964efd1 # Parent c8c9ce33fedfe7f7c3de66b6023a9f9b75f317d7 Mention that makeinfo.exe is required for make 'info'. diff -r c8c9ce33fedf -r b1556bb47998 nt/INSTALL --- 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'