* leim/Makefile.in (.el.elc, changed.tit, changed.misc, leim-list.el)
[bpt/emacs.git] / leim / README
CommitLineData
ab422c4d 1Copyright (C) 2001-2013 Free Software Foundation, Inc.
2f969cd4
GM
2See the end of the file for license conditions.
3
4
58af2287
DL
5This directory contains LEIM files.
6LEIM stands for Libraries of Emacs Input Methods.
7
8Contents of subdirectories are as follows.
9
10CXTERM-DIC:
11
12This directory contains source dictionaries (TIT format) for Chinese
42d777db 13input method distributed with cxterm (Chinese version xterm). These
58af2287 14dictionaries are automatically converted to Quail packages (Emacs Lisp
3e8d7904 15source files) by `make'.
58af2287 16
a3d0b0e0
KH
17MISC-DIC:
18
19This directory contains various dictionaries for Chinese input
3e8d7904
EZ
20methods. These dictionaries are automatically converted to Quail
21packages (Emacs Lisp source files) by `make'.
a3d0b0e0 22
58af2287
DL
23quail:
24
25This directory contains Emacs Lisp source files for Quail packages.
26
27SKK-DIC:
28
29This directory contains source dictionary for Japanese input method
30distributed with SKK (Japanese input method run with Mule). But, you
31don't need this file because we distribute an Emacs Lisp source file
d9e66103 32ja-dic/ja-dic.el which has already been converted from the source
58af2287
DL
33dictionary (See below).
34
243353b9 35ja-dic:
58af2287 36
243353b9 37This directory contains Emacs Lisp source file ja-dic.el which is
70462171
KH
38generated from a source dictionary in SKK-DIC directory. The
39inclusion of this file is for users convenience because it takes
40rather long time to generate it.
2f969cd4
GM
41
42\f
43This file is part of GNU Emacs.
44
d3fb0974 45GNU Emacs is free software: you can redistribute it and/or modify
2f969cd4 46it under the terms of the GNU General Public License as published by
d3fb0974
GM
47the Free Software Foundation, either version 3 of the License, or
48(at your option) any later version.
2f969cd4
GM
49
50GNU Emacs is distributed in the hope that it will be useful,
51but WITHOUT ANY WARRANTY; without even the implied warranty of
52MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
53GNU General Public License for more details.
54
55You should have received a copy of the GNU General Public License
d3fb0974 56along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.