From: Eli Zaretskii Date: Mon, 18 Mar 2013 18:56:27 +0000 (+0200) Subject: MS-Windows followup to automation of ja-dic.el in 2013-03-18T04:30:20Z!eggert@cs... X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~535 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2b9c0f44e4567218687868f81c0fb90769002079;p=emacs.git MS-Windows followup to automation of ja-dic.el in 2013-03-18T04:30:20Z!eggert@cs.ucla.edu. leim/makefile.w32-in ($(srcdir)/ja-dic/ja-dic.el): New target. Fixes: debbugs:13984 --- diff --git a/leim/ChangeLog b/leim/ChangeLog index 8ddecb53169..e22eb84cef4 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,7 @@ +2013-03-18 Eli Zaretskii + + * makefile.w32-in ($(srcdir)/ja-dic/ja-dic.el): New target. + 2013-03-18 Paul Eggert Automate the build of ja-dic.el (Bug#13984). diff --git a/leim/makefile.w32-in b/leim/makefile.w32-in index 7a01529665e..0956e8cde5b 100644 --- a/leim/makefile.w32-in +++ b/leim/makefile.w32-in @@ -189,6 +189,13 @@ $(MISC_DIC): $(ARGQUOTE)$(buildlisppath)/international/quail$(ARGQUOTE) \ -f batch-byte-compile $(MISC_DIC:.elc=.el) +# Rule to generate ja-dic/ja-dic.el from SKK-DIC/SKK-JISYO.L. +$(srcdir)/ja-dic/ja-dic.el: $(srcdir)/SKK-DIC/SKK-JISYO.L + - mkdir ja-dic + $(RUN_EMACS) -l \ + $(ARGQUOTE)$(buildlisppath)/international/ja-dic-cnv$(ARGQUOTE) \ + -f batch-skkdic-convert -dir ja-dic $(srcdir)/SKK-DIC/SKK-JISYO.L + # # WARNING: Do NOT split the parts inside $(ARGQUOTE)s into multiple lines as # this can break with GNU Make 3.81 and later if sh.exe is used.