# HG changeset patch # User Kenichi Handa # Date 967167596 0 # Node ID 8986e62b3e1708aacfe0d0485b1dd1f28ab3468d # Parent 890800c8302e9e6a222e739e921934fd0f32207f Rename skkdic to ja-dic throughout the file. diff -r 890800c8302e -r 8986e62b3e17 leim-Makefile.in --- a/leim-Makefile.in Fri Aug 25 01:28:09 2000 +0000 +++ b/leim-Makefile.in Fri Aug 25 01:39:56 2000 +0000 @@ -88,7 +88,7 @@ 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 @@ 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 -r 890800c8302e -r 8986e62b3e17 leim/README --- a/leim/README Fri Aug 25 01:28:09 2000 +0000 +++ b/leim/README Fri Aug 25 01:39:56 2000 +0000 @@ -22,9 +22,9 @@ 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.