comparison INSTALL @ 112302:c428fb33aede

Automate syncing from gnulib.
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 08 Jan 2011 13:02:38 -0800
parents ced73eea562f
children 17e0028efc29
comparison
equal deleted inserted replaced
112164:afa244de82cd 112302:c428fb33aede
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