diff options
author | Kenichi Handa <handa@m17n.org> | 2000-08-25 01:39:56 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2000-08-25 01:39:56 +0000 |
commit | 243353b9824dc73b6038998abd96c2a3c6bc6876 (patch) | |
tree | 1f19a4a79a71a772141148498cb343a931cb2670 | |
parent | 05e98c8f178a899331d34427d4817b524a4d053b (diff) | |
download | emacs-243353b9824dc73b6038998abd96c2a3c6bc6876.tar.gz |
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} CHINESE-CNS=${NON-TIT-CNS} -JAPANESE=${srcdir}/quail/japanese.el ${srcdir}/skk/skkdic.el +JAPANESE=${srcdir}/quail/japanese.el ${srcdir}/ja-dic/ja-dic.el KOREAN= ${srcdir}/quail/hangul.el \ ${srcdir}/quail/hangul3.el \ @@ -161,16 +161,16 @@ leim-list.el: ${SUBDIRS} ${WORLD} install: all if [ x`(cd ${INSTALLDIR} && /bin/pwd)` != x`(/bin/pwd)` ] ; then \ rm -rf ${INSTALLDIR}/leim-list.el; \ - rm -rf ${INSTALLDIR}/quail ${INSTALLDIR}/skk ; \ + rm -rf ${INSTALLDIR}/quail ${INSTALLDIR}/ja-dic ; \ echo "Copying leim files to ${INSTALLDIR} ..." ; \ if [ x`(cd ${srcdir} && /bin/pwd)` = x`(/bin/pwd)` ] ; then \ - tar -cf - leim-list.el quail skk \ + tar -cf - leim-list.el quail ja-dic \ | (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\ else \ tar -cf - leim-list.el quail \ | (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\ cd ${srcdir}; \ - tar -cf - quail/* skk \ + tar -cf - quail/* ja-dic \ | (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\ fi; \ 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 skk/skkdic.el which has already been converted from the source dictionary (See below). -skk: +ja-dic: -This directory contains Emacs Lisp source file skkdic.el which is +This directory contains Emacs Lisp source file ja-dic.el which is generated from a source dictionary in SKK-DIC directory. In addition, -it contains a byte compiled file skkdic.elc for users convenience -because it takes rather long time to byte-compile skkdic.el. +it contains a byte compiled file ja-dic.elc for users convenience +because it takes rather long time to byte-compile ja-dic.el. |