comparison INSTALL @ 112335:d3c691ea0839

Merge: Automate syncing from gnulib.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 17 Jan 2011 12:17:27 -0800
parents 17e0028efc29
children
comparison
equal deleted inserted replaced
112301:4249a8552faf 112335:d3c691ea0839
673 673
674 1) Run `make epaths-force' in the top directory. This produces 674 1) Run `make epaths-force' in the top directory. This produces
675 `./src/epaths.h' from the template file `./src/epaths.in', changing 675 `./src/epaths.h' from the template file `./src/epaths.in', changing
676 the paths to the values specified in `./Makefile'. 676 the paths to the values specified in `./Makefile'.
677 677
678 2) Go to directory `./lib-src' and run `make'. This creates 678 2) Go to directory `./lib' and run `make'. This creates include files
679 and libraries used in later steps.
680
681 3) Go to directory `./lib-src' and run `make'. This creates
679 executables named `etags', `make-docfile', and others. 682 executables named `etags', `make-docfile', and others.
680 683
681 3) Go to directory `./src' and run `make'. This refers to files in 684 4) Go to directory `./src' and run `make'. This refers to files in
682 the `./lisp' and `./lib-src' subdirectories using names `../lisp' and 685 the `./lisp', `./lib', and `./lib-src' subdirectories using names
683 `../lib-src'. 686 `../lisp', `../lib', and `../lib-src'.
684 687
685 This creates a file `./src/emacs' which is the runnable Emacs, 688 This creates a file `./src/emacs' which is the runnable Emacs,
686 which has another name that contains a version number. 689 which has another name that contains a version number.
687 Each time you do this, that version number increments in the last place. 690 Each time you do this, that version number increments in the last place.
688 691