]> code.delx.au - gnu-emacs/blob - src/README
Fix an error in Tramp for rsync
[gnu-emacs] / src / README
1 Copyright (C) 2001-2016 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 is copied elsewhere.
8
9 See the files ../README and then ../INSTALL for installation instructions.
10
11 The file 'Makefile.in' is used as a template by the script
12 '../configure' to produce 'Makefile'. This is the file which actually
13 controls the compilation of Emacs C source files. All of this should
14 work transparently; you should only need to change to the parent
15 directory, run './configure', and then run 'make'.
16 \f
17 This file is part of GNU Emacs.
18
19 GNU Emacs is free software: you can redistribute it and/or modify
20 it under the terms of the GNU General Public License as published by
21 the Free Software Foundation, either version 3 of the License, or
22 (at your option) any later version.
23
24 GNU Emacs is distributed in the hope that it will be useful,
25 but WITHOUT ANY WARRANTY; without even the implied warranty of
26 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27 GNU General Public License for more details.
28
29 You should have received a copy of the GNU General Public License
30 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.