(set-version): Add doc/lispref/book-spine.texinfo.
[bpt/emacs.git] / doc / lispref / README
CommitLineData
57ebf0be 1Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
c2e309f2 2 Free Software Foundation, Inc.
5b87ad55 3See the end of the file for license conditions.
c2e309f2
GM
4
5
de2f4698 6README for Edition 2.9 of the Emacs Lisp Reference Manual.
96099e29
RS
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
bdd40dd2 11texinfo.tex.
96099e29 12
dfc1a609
GM
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.
14423a05
RS
15
16* The Emacs Lisp Reference Manual is quite large. It totals around
de2f4698 171100 pages in smallbook format; the info files total over
0b2fb045 182.5 megabytes.
96099e29
RS
19
20* You can format this manual either for Info or for printing hardcopy
177c0ea7 21using TeX.
96099e29 22
14423a05 23* You can buy nicely printed copies from the Free Software Foundation.
dfc1a609
GM
24Buying a manual from the Free Software Foundation helps support our GNU
25development work. See <http://shop.fsf.org/>.
14423a05 26
96099e29
RS
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
ff1f8dd6 42% ./configure
96099e29
RS
43% make index.texi
44% make elisp.dvi
45
46*** To create a DVI file with a permuted index, you may experiment
177c0ea7 47with `make-permuted-index'.
96099e29 48
bdd40dd2 49** To make an Info file, you need to install Texinfo, then run
df140a68 50`./configure' and `make info'. To install the Info files, run
ff1f8dd6 51`make install'.
5b87ad55
GM
52
53\f
54This file is part of GNU Emacs.
55
352c8b4a 56GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 57it under the terms of the GNU General Public License as published by
352c8b4a
GM
58the Free Software Foundation, either version 3 of the License, or
59(at your option) any later version.
5b87ad55
GM
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
352c8b4a 67along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.