aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/README13
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
5This directory contains the source files for the C component of GNU Emacs. 5This directory contains the source files for the C component of GNU Emacs.
6Nothing in this directory is needed for using Emacs once it is built 6Nothing in this directory is needed for using Emacs once it is built
7and installed, if the dumped Emacs (on Unix systems) is copied elsewhere. 7and installed, if the dumped Emacs is copied elsewhere.
8 8
9See the files ../README and then ../INSTALL for installation instructions. 9See the files ../README and then ../INSTALL for installation instructions.
10 10
11Under GNU and Unix systems, the file `Makefile.in' is used as a 11The file 'Makefile.in' is used as a template by the script
12template by the script `../configure' to produce `Makefile'. This 12'../configure' to produce 'Makefile'. This is the file which actually
13is the file which actually controls the compilation of Emacs. 13controls the compilation of Emacs C source files. All of this should
14All of this should work transparently to the user; you should only 14work transparently; you should only need to change to the parent
15need to run `../configure', and then type `make'. 15directory, run './configure', and then run 'make'.
16
17 16
18This file is part of GNU Emacs. 17This file is part of GNU Emacs.
19 18