aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2000-08-25 01:39:56 +0000
committerKenichi Handa2000-08-25 01:39:56 +0000
commit243353b9824dc73b6038998abd96c2a3c6bc6876 (patch)
tree1f19a4a79a71a772141148498cb343a931cb2670
parent05e98c8f178a899331d34427d4817b524a4d053b (diff)
downloademacs-243353b9824dc73b6038998abd96c2a3c6bc6876.tar.gz
emacs-243353b9824dc73b6038998abd96c2a3c6bc6876.zip
Rename skkdic to ja-dic throughout the file.
-rw-r--r--leim-Makefile.in8
-rw-r--r--leim/README8
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
89CHINESE-CNS=${NON-TIT-CNS} 89CHINESE-CNS=${NON-TIT-CNS}
90 90
91JAPANESE=${srcdir}/quail/japanese.el ${srcdir}/skk/skkdic.el 91JAPANESE=${srcdir}/quail/japanese.el ${srcdir}/ja-dic/ja-dic.el
92 92
93KOREAN= ${srcdir}/quail/hangul.el \ 93KOREAN= ${srcdir}/quail/hangul.el \
94 ${srcdir}/quail/hangul3.el \ 94 ${srcdir}/quail/hangul3.el \
@@ -161,16 +161,16 @@ leim-list.el: ${SUBDIRS} ${WORLD}
161install: all 161install: 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
22skk/skkdic.el which has already been converted from the source 22skk/skkdic.el which has already been converted from the source
23dictionary (See below). 23dictionary (See below).
24 24
25skk: 25ja-dic:
26 26
27This directory contains Emacs Lisp source file skkdic.el which is 27This directory contains Emacs Lisp source file ja-dic.el which is
28generated from a source dictionary in SKK-DIC directory. In addition, 28generated from a source dictionary in SKK-DIC directory. In addition,
29it contains a byte compiled file skkdic.elc for users convenience 29it contains a byte compiled file ja-dic.elc for users convenience
30because it takes rather long time to byte-compile skkdic.el. 30because it takes rather long time to byte-compile ja-dic.el.