comparison INSTALL @ 26905:9f4d574a38b5

Explain that unused input methods can be removed from the installation directory after "make install".
author Eli Zaretskii <eliz@gnu.org>
date Wed, 15 Dec 1999 15:14:20 +0000
parents 1384b7926bb1
children cd84bd4a3411
comparison
equal deleted inserted replaced
26904:80342b53d1a0 26905:9f4d574a38b5
332 to enable it to write the lock files. We believe this is safe. 332 to enable it to write the lock files. We believe this is safe.
333 333
334 10) You are done! You can remove executables and object files from 334 10) You are done! You can remove executables and object files from
335 the build directory by typing `make clean'. To also remove the files 335 the build directory by typing `make clean'. To also remove the files
336 that `configure' created (so you can compile Emacs for a different 336 that `configure' created (so you can compile Emacs for a different
337 configuration), type `make distclean'. 337 configuration), type `make distclean'. If you don't need some, or all
338 of the input methods from the Leim package, you can remove the
339 unneeded files in the leim/quail, leim/skk, and leim/skk-dic
340 subdirectories of your site's lisp directory (usually
341 /usr/local/share/emacs/VERSION/).
338 342
339 343
340 344
341 MAKE VARIABLES 345 MAKE VARIABLES
342 346