# HG changeset patch # User Richard M. Stallman # Date 782021141 0 # Node ID 6773cf9c2e75578bda7c467044ffb8466a14a2c7 # Parent 2341ee4691327e355052bc06daada16643566d39 entered into RCS diff -r 2341ee469132 -r 6773cf9c2e75 INSTALL --- 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'.