aboutsummaryrefslogtreecommitdiffstats
path: root/leim/makefile.nt
diff options
context:
space:
mode:
Diffstat (limited to 'leim/makefile.nt')
-rw-r--r--leim/makefile.nt2
1 files changed, 2 insertions, 0 deletions
diff --git a/leim/makefile.nt b/leim/makefile.nt
index 3e49ce20a2..b173046d62 100644
--- a/leim/makefile.nt
+++ b/leim/makefile.nt
@@ -143,12 +143,14 @@ $(SUBDIRS):
# Rule to generate quail/*.el from CXTERM-DIC/*.tit.
$(TIT):
if not exist quail $(MAKE) -f makefile.nt quail
+ set EMACSLOADPATH=$(buildlisppath)
$(RUN_EMACS) -l $(buildlisppath)/international/titdic-cnv \
--eval "(batch-titdic-convert t)" -dir quail $(srcdir)/CXTERM-DIC
$(RUN_EMACS) -l $(buildlisppath)/international/quail \
-f batch-byte-compile $(TIT)
leim-list.el: $(SUBDIRS) $(WORLD)
+ set EMACSLOADPATH=$(buildlisppath)
$(RUN_EMACS) -l $(buildlisppath)/international/quail \
--eval "(update-leim-list-file \".\")"