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