diff options
author | Andrew Innes <andrewi@gnu.org> | 2000-09-14 21:25:13 +0000 |
---|---|---|
committer | Andrew Innes <andrewi@gnu.org> | 2000-09-14 21:25:13 +0000 |
commit | 7b273f2f1d0744576c22e968454bf39f280bca3c (patch) | |
tree | ec10241f8515c62828912cdbd9b2ffcebe6010bc /leim | |
parent | 161a7b3739cab0544841ec17c67050ae70534767 (diff) | |
download | emacs-7b273f2f1d0744576c22e968454bf39f280bca3c.tar.gz |
Rename skkdic to ja-dic.
Diffstat (limited to 'leim')
-rw-r--r-- | leim/makefile.nt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/leim/makefile.nt b/leim/makefile.nt index 7eb688a2225..3e49ce20a21 100644 --- a/leim/makefile.nt +++ b/leim/makefile.nt @@ -85,7 +85,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 \ @@ -160,7 +160,7 @@ install: all if not exist same-dir.tst $(CP) leim-list.el $(INSTALLDIR) # if not exist same-dir.tst $(CP) subdirs.el $(INSTALLDIR) if not exist same-dir.tst $(CP_DIR) quail $(INSTALLDIR)\quail - if not exist same-dir.tst $(CP_DIR) skk $(INSTALLDIR)\skk + if not exist same-dir.tst $(CP_DIR) ja-dic $(INSTALLDIR)\ja-dic - $(DEL) $(INSTALLDIR)\same-dir.tst clean mostlyclean: |