aboutsummaryrefslogtreecommitdiffstats
path: root/src/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/README')
-rw-r--r--src/README14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/README b/src/README
index 679fc961e53..b4ce91b150a 100644
--- a/src/README
+++ b/src/README
@@ -1,5 +1,5 @@
1Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 1Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
2 Free Software Foundation, Inc. 2 2010 Free Software Foundation, Inc.
3See the end of the file for license conditions. 3See the end of the file for license conditions.
4 4
5 5
@@ -10,12 +10,10 @@ and installed, if the dumped Emacs (on Unix systems) is copied elsewhere.
10See the files ../README and then ../INSTALL for installation instructions. 10See the files ../README and then ../INSTALL for installation instructions.
11 11
12Under GNU and Unix systems, the file `Makefile.in' is used as a 12Under GNU and Unix systems, the file `Makefile.in' is used as a
13template by the script `../configure' to produce `Makefile.c'. The 13template by the script `../configure' to produce `Makefile'. This
14same script then uses `cpp' to produce the machine-dependent 14is the file which actually controls the compilation of Emacs.
15`Makefile' from `Makefile.c'; `Makefile' is the file which actually 15All of this should work transparently to the user; you should only
16controls the compilation of Emacs. Most of this should work 16need to run `../configure', and then type `make'.
17transparently to the user; you should only need to run `../configure',
18and then type `make'.
19 17
20 18
21This file is part of GNU Emacs. 19This file is part of GNU Emacs.