]> git.eshelyaron.com Git - emacs.git/commitdiff
Rename skkdic to ja-dic.
authorAndrew Innes <andrewi@gnu.org>
Thu, 14 Sep 2000 21:25:13 +0000 (21:25 +0000)
committerAndrew Innes <andrewi@gnu.org>
Thu, 14 Sep 2000 21:25:13 +0000 (21:25 +0000)
leim/makefile.nt

index 7eb688a22252e0685dbf8df1ec73b331393c83e4..3e49ce20a21dc405e5dd211ab2a79a2a497d5987 100644 (file)
@@ -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: