diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-01-08 13:02:38 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-01-08 13:02:38 -0800 |
commit | 9a514d4a6c27b837fc2cd6d02c7cd60f08a621a4 (patch) | |
tree | 1eee202635acdcbf6871101a2af8f67cd4683b1c /INSTALL | |
parent | 278f68456b8c25fff6d2274476cdc8ee3609f68b (diff) | |
download | emacs-9a514d4a6c27b837fc2cd6d02c7cd60f08a621a4.tar.gz |
Automate syncing from gnulib.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -675,12 +675,15 @@ the following steps. `./src/epaths.h' from the template file `./src/epaths.in', changing the paths to the values specified in `./Makefile'. -2) Go to directory `./lib-src' and run `make'. This creates +2) Go to directory `./lib' and run `make'. This creates include files +and libraries used in later steps. + +3) Go to directory `./lib-src' and run `make'. This creates executables named `etags', `make-docfile', and others. -3) Go to directory `./src' and run `make'. This refers to files in -the `./lisp' and `./lib-src' subdirectories using names `../lisp' and -`../lib-src'. +4) Go to directory `./src' and run `make'. This refers to files in +the `./lisp', `./lib', and `./lib-src' subdirectories using names +`../lisp', `../lib', and `../lib-src'. This creates a file `./src/emacs' which is the runnable Emacs, which has another name that contains a version number. |