comparison INSTALL @ 40890:f644b704f8b8

Remove the text about a separate ELisp manual distro.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 10 Nov 2001 14:51:07 +0000
parents 202a8b235456
children a85200bb3831
comparison
equal deleted inserted replaced
40889:c410bf71eef7 40890:f644b704f8b8
133 lisp/ps-mule.el defines the *.bdf font files required for printing 133 lisp/ps-mule.el defines the *.bdf font files required for printing
134 each character set. 134 each character set.
135 135
136 The intlfonts distribution contains its own installation instructions, 136 The intlfonts distribution contains its own installation instructions,
137 in the intlfonts/README file. 137 in the intlfonts/README file.
138
139 * elisp-manual-M.N.tar.gz
140
141 This distribution contains the Emacs Lisp Reference Manual which
142 complements the Emacs Manual. (The Emacs Manual is accessible from
143 within the editor by typing "C-h i", then selecting the "Emacs" item
144 from the menu, or by clicking "Help" in the menu bar and selecting
145 "Read Emacs Manual".) It is a good idea to install the Emacs Lisp
146 Reference Manual after installing Emacs, to complete the on-line
147 documentation of Emacs in Info.
148
149 If you have installed Texinfo, you can install the Emacs Lisp
150 Reference Manual this way (after unpacking the elisp-manual-M.N.tar.gz
151 file):
152
153 cd elisp-manual-M.N
154 ./configure --prefix=PREFIXDIR
155 make install
156
157 Otherwise, you can install it manually. Just copy the files elisp and
158 elisp-* from the elisp-manual-M.N directory to your site's info
159 directory (see the description of `infodir', below), and make sure
160 that file `dir' in this directory contains an entry like this:
161
162 * Elisp: (elisp). The Emacs Lisp Reference Manual.
163 138
164 * Image support libraries 139 * Image support libraries
165 140
166 Emacs needs optional libraries to be able to display images (with the 141 Emacs needs optional libraries to be able to display images (with the
167 exception of PBM and XBM images whose support is built-in). 142 exception of PBM and XBM images whose support is built-in).