aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii1999-12-15 15:14:20 +0000
committerEli Zaretskii1999-12-15 15:14:20 +0000
commitf12b4deaba6379fe3c1ff89c72fb40c0c5924836 (patch)
tree81eb085943a38fbd44bba5b34a4824b109064e84
parentc9f319fe7649d9ab4397008af23a979a1220909b (diff)
downloademacs-f12b4deaba6379fe3c1ff89c72fb40c0c5924836.tar.gz
emacs-f12b4deaba6379fe3c1ff89c72fb40c0c5924836.zip
Explain that unused input methods can be removed from the installation
directory after "make install".
-rw-r--r--INSTALL6
1 files changed, 5 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index cd77066ac7c..2b6f99974cd 100644
--- a/INSTALL
+++ b/INSTALL
@@ -334,7 +334,11 @@ to enable it to write the lock files. We believe this is safe.
33410) You are done! You can remove executables and object files from 33410) You are done! You can remove executables and object files from
335the build directory by typing `make clean'. To also remove the files 335the build directory by typing `make clean'. To also remove the files
336that `configure' created (so you can compile Emacs for a different 336that `configure' created (so you can compile Emacs for a different
337configuration), type `make distclean'. 337configuration), type `make distclean'. If you don't need some, or all
338of the input methods from the Leim package, you can remove the
339unneeded files in the leim/quail, leim/skk, and leim/skk-dic
340subdirectories of your site's lisp directory (usually
341/usr/local/share/emacs/VERSION/).
338 342
339 343
340 344