diff options
author | Eli Zaretskii <eliz@gnu.org> | 1999-12-15 15:14:20 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 1999-12-15 15:14:20 +0000 |
commit | f399cda793bf6a594eda5802eda37aa8171369cb (patch) | |
tree | a9d21c16e2a23127f4db3a631e82adf8a97dba58 /INSTALL | |
parent | abeb9ffdb4991da8978972ba756050137e5b7e37 (diff) | |
download | emacs-f399cda793bf6a594eda5802eda37aa8171369cb.tar.gz |
Explain that unused input methods can be removed from the installation
directory after "make install".
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -334,7 +334,11 @@ to enable it to write the lock files. We believe this is safe. 10) You are done! You can remove executables and object files from the build directory by typing `make clean'. To also remove the files that `configure' created (so you can compile Emacs for a different -configuration), type `make distclean'. +configuration), type `make distclean'. If you don't need some, or all +of the input methods from the Leim package, you can remove the +unneeded files in the leim/quail, leim/skk, and leim/skk-dic +subdirectories of your site's lisp directory (usually +/usr/local/share/emacs/VERSION/). |