diff options
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. |