changeset 9507:6773cf9c2e75

entered into RCS
author Richard M. Stallman <rms@gnu.org>
date Thu, 13 Oct 1994 04:05:41 +0000
parents 2341ee469132
children 405276fc3a9c
files INSTALL
diffstat 1 files changed, 4 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/INSTALL	Thu Oct 13 04:04:30 1994 +0000
+++ b/INSTALL	Thu Oct 13 04:05:41 1994 +0000
@@ -418,10 +418,6 @@
 from the corresponding `Makefile.in' files.  This isn't so hard,
 just a matter of substitution.
 
-5) If you're going to use the build-install script to build Emacs,
-copy `./build-ins.in' to `./build-install', and edit the
-definitions found at the top of the script.
-
 The `configure' script is built from `configure.in' by the `autoconf'
 program.  However, since Emacs has configuration requirements that
 autoconf can't meet, `configure.in' uses an marriage of custom-baked
@@ -432,8 +428,8 @@
 
 BUILDING GNU EMACS BY HAND
 
-Once Emacs is configured, running `make' or running the shell script
-`build-install' in the top directory performs the following steps.
+Once Emacs is configured, running `make' in the top directory performs
+the following steps.
 
 1) Run `make src/paths.h' in the top directory.  This produces
 `./src/paths.h' from the template file `./src/paths.h.in', changing
@@ -461,9 +457,8 @@
 
 INSTALLATION BY HAND
 
-The steps below are done by the shell script `build-install' or by
-running `make install' in the main directory of the Emacs
-distribution.
+The steps below are done by running `make install' in the main
+directory of the Emacs distribution.
 
 1) Copy `./lisp' and its subdirectories, `./etc', and the executables
 in `./lib-src' to their final destinations, as selected in `./src/paths.h'.