diff leim/makefile.nt @ 31678:30d8d153fa6e

($(TIT)): Set EMACSLOADPATH when running emacs. (leim-list.el): Ditto.
author Andrew Innes <andrewi@gnu.org>
date Sun, 17 Sep 2000 20:58:19 +0000
parents b4b7c7c35095
children c2eaf354c3ba
line wrap: on
line diff
--- a/leim/makefile.nt	Sun Sep 17 20:54:47 2000 +0000
+++ b/leim/makefile.nt	Sun Sep 17 20:58:19 2000 +0000
@@ -143,12 +143,14 @@
 # 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 \".\")"