Mercurial > emacs
comparison lispref/README @ 49600:23a1cea22d13
Trailing whitespace deleted.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 04 Feb 2003 14:56:31 +0000 |
parents | 5492d1831d2a |
children | f0087630a3a5 |
comparison
equal
deleted
inserted
replaced
49599:5ade352e8d1c | 49600:23a1cea22d13 |
---|---|
13 * The Emacs Lisp Reference Manual is quite large. It totals around | 13 * The Emacs Lisp Reference Manual is quite large. It totals around |
14 980 pages in smallbook format; the info files total almost | 14 980 pages in smallbook format; the info files total almost |
15 2.5 megabytes. | 15 2.5 megabytes. |
16 | 16 |
17 * You can format this manual either for Info or for printing hardcopy | 17 * You can format this manual either for Info or for printing hardcopy |
18 using TeX. | 18 using TeX. |
19 | 19 |
20 * You can buy nicely printed copies from the Free Software Foundation. | 20 * You can buy nicely printed copies from the Free Software Foundation. |
21 For info, send mail to gnu@gnu.org or phone 617-542-5942. Buying a | 21 For info, send mail to gnu@gnu.org or phone 617-542-5942. Buying a |
22 manual from the Free Software Foundation helps support our GNU | 22 manual from the Free Software Foundation helps support our GNU |
23 development work. | 23 development work. |
40 % ./configure | 40 % ./configure |
41 % make index.texi | 41 % make index.texi |
42 % make elisp.dvi | 42 % make elisp.dvi |
43 | 43 |
44 *** To create a DVI file with a permuted index, you may experiment | 44 *** To create a DVI file with a permuted index, you may experiment |
45 with `make-permuted-index'. | 45 with `make-permuted-index'. |
46 | 46 |
47 ** To make an Info file, you need to install Texinfo, then run | 47 ** To make an Info file, you need to install Texinfo, then run |
48 `./configure' and `make info'. To install the Info files, run | 48 `./configure' and `make info'. To install the Info files, run |
49 `make install'. | 49 `make install'. |