X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/5244bc019bf7376caff3bb198ff674e0ad9fb0e6..c832df2ec2f6528bc35f69f9fd9a4b2e470d2ebe:/leim/makefile.w32-in diff --git a/leim/makefile.w32-in b/leim/makefile.w32-in index fa4afe8106..10948e6df0 100644 --- a/leim/makefile.w32-in +++ b/leim/makefile.w32-in @@ -1,6 +1,6 @@ # -*- Makefile -*- for leim subdirectory in GNU Emacs on the Microsoft Windows API. -# Copyright (C) 2000-2012 Free Software Foundation, Inc. +# Copyright (C) 2000-2014 Free Software Foundation, Inc. # Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, # 2006, 2007 # National Institute of Advanced Industrial Science and Technology (AIST) @@ -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.