diff options
| author | K. Handa | 2015-09-27 17:06:12 +0900 |
|---|---|---|
| committer | K. Handa | 2015-09-27 17:06:12 +0900 |
| commit | 52beda922d2cb523a03661bf74b8678c8b45e440 (patch) | |
| tree | 04617b37298746a61d5324a5b35c9b71f439d762 /src/README | |
| parent | 94ed5167557112fb00eeca05e62589db744206de (diff) | |
| parent | 1ac5a9c20cb22efb398fa18781c6b932dd4e54df (diff) | |
| download | emacs-52beda922d2cb523a03661bf74b8678c8b45e440.tar.gz emacs-52beda922d2cb523a03661bf74b8678c8b45e440.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'src/README')
| -rw-r--r-- | src/README | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/src/README b/src/README index ef08d14d075..adc782c10fc 100644 --- a/src/README +++ b/src/README | |||
| @@ -4,16 +4,15 @@ See the end of the file for license conditions. | |||
| 4 | 4 | ||
| 5 | This directory contains the source files for the C component of GNU Emacs. | 5 | This directory contains the source files for the C component of GNU Emacs. |
| 6 | Nothing in this directory is needed for using Emacs once it is built | 6 | Nothing in this directory is needed for using Emacs once it is built |
| 7 | and installed, if the dumped Emacs (on Unix systems) is copied elsewhere. | 7 | and installed, if the dumped Emacs is copied elsewhere. |
| 8 | 8 | ||
| 9 | See the files ../README and then ../INSTALL for installation instructions. | 9 | See the files ../README and then ../INSTALL for installation instructions. |
| 10 | 10 | ||
| 11 | Under GNU and Unix systems, the file `Makefile.in' is used as a | 11 | The file 'Makefile.in' is used as a template by the script |
| 12 | template by the script `../configure' to produce `Makefile'. This | 12 | '../configure' to produce 'Makefile'. This is the file which actually |
| 13 | is the file which actually controls the compilation of Emacs. | 13 | controls the compilation of Emacs C source files. All of this should |
| 14 | All of this should work transparently to the user; you should only | 14 | work transparently; you should only need to change to the parent |
| 15 | need to run `../configure', and then type `make'. | 15 | directory, run './configure', and then run 'make'. |
| 16 | |||
| 17 | 16 | ||
| 18 | This file is part of GNU Emacs. | 17 | This file is part of GNU Emacs. |
| 19 | 18 | ||