diff options
| author | Kenichi Handa | 2000-08-25 01:39:56 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-08-25 01:39:56 +0000 |
| commit | 243353b9824dc73b6038998abd96c2a3c6bc6876 (patch) | |
| tree | 1f19a4a79a71a772141148498cb343a931cb2670 | |
| parent | 05e98c8f178a899331d34427d4817b524a4d053b (diff) | |
| download | emacs-243353b9824dc73b6038998abd96c2a3c6bc6876.tar.gz emacs-243353b9824dc73b6038998abd96c2a3c6bc6876.zip | |
Rename skkdic to ja-dic throughout the file.
| -rw-r--r-- | leim-Makefile.in | 8 | ||||
| -rw-r--r-- | leim/README | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/leim-Makefile.in b/leim-Makefile.in index 8aba3aae69e..9cff1448f97 100644 --- a/leim-Makefile.in +++ b/leim-Makefile.in | |||
| @@ -88,7 +88,7 @@ CHINESE-BIG5=${TIT-BIG5} ${NON-TIT-BIG5} | |||
| 88 | 88 | ||
| 89 | CHINESE-CNS=${NON-TIT-CNS} | 89 | CHINESE-CNS=${NON-TIT-CNS} |
| 90 | 90 | ||
| 91 | JAPANESE=${srcdir}/quail/japanese.el ${srcdir}/skk/skkdic.el | 91 | JAPANESE=${srcdir}/quail/japanese.el ${srcdir}/ja-dic/ja-dic.el |
| 92 | 92 | ||
| 93 | KOREAN= ${srcdir}/quail/hangul.el \ | 93 | KOREAN= ${srcdir}/quail/hangul.el \ |
| 94 | ${srcdir}/quail/hangul3.el \ | 94 | ${srcdir}/quail/hangul3.el \ |
| @@ -161,16 +161,16 @@ leim-list.el: ${SUBDIRS} ${WORLD} | |||
| 161 | install: all | 161 | install: all |
| 162 | if [ x`(cd ${INSTALLDIR} && /bin/pwd)` != x`(/bin/pwd)` ] ; then \ | 162 | if [ x`(cd ${INSTALLDIR} && /bin/pwd)` != x`(/bin/pwd)` ] ; then \ |
| 163 | rm -rf ${INSTALLDIR}/leim-list.el; \ | 163 | rm -rf ${INSTALLDIR}/leim-list.el; \ |
| 164 | rm -rf ${INSTALLDIR}/quail ${INSTALLDIR}/skk ; \ | 164 | rm -rf ${INSTALLDIR}/quail ${INSTALLDIR}/ja-dic ; \ |
| 165 | echo "Copying leim files to ${INSTALLDIR} ..." ; \ | 165 | echo "Copying leim files to ${INSTALLDIR} ..." ; \ |
| 166 | if [ x`(cd ${srcdir} && /bin/pwd)` = x`(/bin/pwd)` ] ; then \ | 166 | if [ x`(cd ${srcdir} && /bin/pwd)` = x`(/bin/pwd)` ] ; then \ |
| 167 | tar -cf - leim-list.el quail skk \ | 167 | tar -cf - leim-list.el quail ja-dic \ |
| 168 | | (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\ | 168 | | (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\ |
| 169 | else \ | 169 | else \ |
| 170 | tar -cf - leim-list.el quail \ | 170 | tar -cf - leim-list.el quail \ |
| 171 | | (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\ | 171 | | (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\ |
| 172 | cd ${srcdir}; \ | 172 | cd ${srcdir}; \ |
| 173 | tar -cf - quail/* skk \ | 173 | tar -cf - quail/* ja-dic \ |
| 174 | | (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\ | 174 | | (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\ |
| 175 | fi; \ | 175 | fi; \ |
| 176 | else true; fi | 176 | else true; fi |
diff --git a/leim/README b/leim/README index 747dec09bc0..413b7f5e3cf 100644 --- a/leim/README +++ b/leim/README | |||
| @@ -22,9 +22,9 @@ don't need this file because we distribute an Emacs Lisp source file | |||
| 22 | skk/skkdic.el which has already been converted from the source | 22 | skk/skkdic.el which has already been converted from the source |
| 23 | dictionary (See below). | 23 | dictionary (See below). |
| 24 | 24 | ||
| 25 | skk: | 25 | ja-dic: |
| 26 | 26 | ||
| 27 | This directory contains Emacs Lisp source file skkdic.el which is | 27 | This directory contains Emacs Lisp source file ja-dic.el which is |
| 28 | generated from a source dictionary in SKK-DIC directory. In addition, | 28 | generated from a source dictionary in SKK-DIC directory. In addition, |
| 29 | it contains a byte compiled file skkdic.elc for users convenience | 29 | it contains a byte compiled file ja-dic.elc for users convenience |
| 30 | because it takes rather long time to byte-compile skkdic.el. | 30 | because it takes rather long time to byte-compile ja-dic.el. |