(set-version): Add doc/lispref/book-spine.texinfo.
[bpt/emacs.git] / doc / lispref / README
... / ...
CommitLineData
1Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
2 Free Software Foundation, Inc.
3See the end of the file for license conditions.
4
5
6README for Edition 2.9 of the Emacs Lisp Reference Manual.
7
8* This directory contains the texinfo source files for the Reference
9Manual, make-permuted-index, and the latest version of texinfo.tex,
10which handles forms that cannot be handled by the older versions of
11texinfo.tex.
12
13* Report bugs in the Lisp Manual or in Emacs using M-x report-emacs-bug.
14To ask questions, use the newsgroup gnu.emacs.help.
15
16* The Emacs Lisp Reference Manual is quite large. It totals around
171100 pages in smallbook format; the info files total over
182.5 megabytes.
19
20* You can format this manual either for Info or for printing hardcopy
21using TeX.
22
23* You can buy nicely printed copies from the Free Software Foundation.
24Buying a manual from the Free Software Foundation helps support our GNU
25development work. See <http://shop.fsf.org/>.
26
27** This distribution contains a Makefile that you can use with GNU Make.
28Otherwise, here are detailed instructions:
29
30** HARDCOPY: A copy of the version of `texinfo.tex' that formats this
31manual is included in this distribution.
32
33The master file for formatting this manual for Tex is called
34`elisp.texi'. It contains @include commands to include all the
35chapters that make up the manual. In addition, `elisp.texi' has
36the title page in a new format designed by Karl Berry, using the
37@titlespec command.
38
39To create a DVI file with a sorted index, execute the following
40commands in the shell:
41
42% ./configure
43% make index.texi
44% make elisp.dvi
45
46*** To create a DVI file with a permuted index, you may experiment
47with `make-permuted-index'.
48
49** To make an Info file, you need to install Texinfo, then run
50`./configure' and `make info'. To install the Info files, run
51`make install'.
52
53\f
54This file is part of GNU Emacs.
55
56GNU Emacs is free software: you can redistribute it and/or modify
57it under the terms of the GNU General Public License as published by
58the Free Software Foundation, either version 3 of the License, or
59(at your option) any later version.
60
61GNU Emacs is distributed in the hope that it will be useful,
62but WITHOUT ANY WARRANTY; without even the implied warranty of
63MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
64GNU General Public License for more details.
65
66You should have received a copy of the GNU General Public License
67along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.