From: Eli Zaretskii Date: Fri, 30 Jun 2006 13:56:56 +0000 (+0000) Subject: Mention that makeinfo.exe is required for make 'info'. X-Git-Tag: emacs-pretest-22.0.90~1773 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c6911ab9ef400dbf49445796d66605115f70c78e;p=emacs.git Mention that makeinfo.exe is required for make 'info'. --- diff --git a/nt/INSTALL b/nt/INSTALL index dc289531472..66f0a3d542e 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'