aboutsummaryrefslogtreecommitdiffstats
path: root/src/README
diff options
context:
space:
mode:
authorKenichi Handa2010-05-27 16:08:37 +0900
committerKenichi Handa2010-05-27 16:08:37 +0900
commit478ebb73bb3b80bf2a0a55081f9753639d98fd4a (patch)
treeb6348bdf7c6f583c7bf3f7793e460cec50d64c8a /src/README
parent2b25da455e14b3712f544ebf7fb1c83d17353130 (diff)
parentb7bd84780e8a409dd1df344a5c6a78339b183d26 (diff)
downloademacs-478ebb73bb3b80bf2a0a55081f9753639d98fd4a.tar.gz
emacs-478ebb73bb3b80bf2a0a55081f9753639d98fd4a.zip
merge trunk
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.