diff options
| author | Kenichi Handa | 2010-05-27 16:08:37 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-05-27 16:08:37 +0900 |
| commit | 478ebb73bb3b80bf2a0a55081f9753639d98fd4a (patch) | |
| tree | b6348bdf7c6f583c7bf3f7793e460cec50d64c8a /src/README | |
| parent | 2b25da455e14b3712f544ebf7fb1c83d17353130 (diff) | |
| parent | b7bd84780e8a409dd1df344a5c6a78339b183d26 (diff) | |
| download | emacs-478ebb73bb3b80bf2a0a55081f9753639d98fd4a.tar.gz emacs-478ebb73bb3b80bf2a0a55081f9753639d98fd4a.zip | |
merge trunk
Diffstat (limited to 'src/README')
| -rw-r--r-- | src/README | 14 |
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 @@ | |||
| 1 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 | 1 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, |
| 2 | Free Software Foundation, Inc. | 2 | 2010 Free Software Foundation, Inc. |
| 3 | See the end of the file for license conditions. | 3 | See 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. | |||
| 10 | See the files ../README and then ../INSTALL for installation instructions. | 10 | See the files ../README and then ../INSTALL for installation instructions. |
| 11 | 11 | ||
| 12 | Under GNU and Unix systems, the file `Makefile.in' is used as a | 12 | Under GNU and Unix systems, the file `Makefile.in' is used as a |
| 13 | template by the script `../configure' to produce `Makefile.c'. The | 13 | template by the script `../configure' to produce `Makefile'. This |
| 14 | same script then uses `cpp' to produce the machine-dependent | 14 | is the file which actually controls the compilation of Emacs. |
| 15 | `Makefile' from `Makefile.c'; `Makefile' is the file which actually | 15 | All of this should work transparently to the user; you should only |
| 16 | controls the compilation of Emacs. Most of this should work | 16 | need to run `../configure', and then type `make'. |
| 17 | transparently to the user; you should only need to run `../configure', | ||
| 18 | and then type `make'. | ||
| 19 | 17 | ||
| 20 | 18 | ||
| 21 | This file is part of GNU Emacs. | 19 | This file is part of GNU Emacs. |