summaryrefslogtreecommitdiff
path: root/leim-Makefile.in
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2000-08-25 01:39:56 +0000
committerKenichi Handa <handa@m17n.org>2000-08-25 01:39:56 +0000
commit243353b9824dc73b6038998abd96c2a3c6bc6876 (patch)
tree1f19a4a79a71a772141148498cb343a931cb2670 /leim-Makefile.in
parent05e98c8f178a899331d34427d4817b524a4d053b (diff)
downloademacs-243353b9824dc73b6038998abd96c2a3c6bc6876.tar.gz
Rename skkdic to ja-dic throughout the file.
Diffstat (limited to 'leim-Makefile.in')
-rw-r--r--leim-Makefile.in8
1 files changed, 4 insertions, 4 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