misc changes
[bpt/emacs.git] / src / README
1 Copyright (C) 2001-2014 Free Software Foundation, Inc.
2 See the end of the file for license conditions.
3
4
5 This directory contains the source files for the C component of GNU Emacs.
6 Nothing in this directory is needed for using Emacs once it is built
7 and installed, if the dumped Emacs (on Unix systems) is copied elsewhere.
8
9 See the files ../README and then ../INSTALL for installation instructions.
10
11 Under GNU and Unix systems, the file `Makefile.in' is used as a
12 template by the script `../configure' to produce `Makefile'. This
13 is the file which actually controls the compilation of Emacs.
14 All of this should work transparently to the user; you should only
15 need to run `../configure', and then type `make'.
16
17 \f
18 This file is part of GNU Emacs.
19
20 GNU Emacs is free software: you can redistribute it and/or modify
21 it under the terms of the GNU General Public License as published by
22 the Free Software Foundation, either version 3 of the License, or
23 (at your option) any later version.
24
25 GNU Emacs is distributed in the hope that it will be useful,
26 but WITHOUT ANY WARRANTY; without even the implied warranty of
27 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28 GNU General Public License for more details.
29
30 You should have received a copy of the GNU General Public License
31 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.