aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Innes2000-09-17 20:58:19 +0000
committerAndrew Innes2000-09-17 20:58:19 +0000
commit45e5607fd3121ff6fa3ae536b8a3eaabb3316419 (patch)
treea3fad0578ca1811600b38589aebcb9057e00b1ab
parent202c7edc03a5cb9d689d45d1b292944b0bee19e6 (diff)
downloademacs-45e5607fd3121ff6fa3ae536b8a3eaabb3316419.tar.gz
emacs-45e5607fd3121ff6fa3ae536b8a3eaabb3316419.zip
($(TIT)): Set EMACSLOADPATH when running emacs.
(leim-list.el): Ditto.
-rw-r--r--leim/makefile.nt2
-rw-r--r--leim/makefile.w32-in8
2 files changed, 7 insertions, 3 deletions
diff --git a/leim/makefile.nt b/leim/makefile.nt
index 3e49ce20a21..b173046d62b 100644
--- a/leim/makefile.nt
+++ b/leim/makefile.nt
@@ -143,12 +143,14 @@ $(SUBDIRS):
143# Rule to generate quail/*.el from CXTERM-DIC/*.tit. 143# Rule to generate quail/*.el from CXTERM-DIC/*.tit.
144$(TIT): 144$(TIT):
145 if not exist quail $(MAKE) -f makefile.nt quail 145 if not exist quail $(MAKE) -f makefile.nt quail
146 set EMACSLOADPATH=$(buildlisppath)
146 $(RUN_EMACS) -l $(buildlisppath)/international/titdic-cnv \ 147 $(RUN_EMACS) -l $(buildlisppath)/international/titdic-cnv \
147 --eval "(batch-titdic-convert t)" -dir quail $(srcdir)/CXTERM-DIC 148 --eval "(batch-titdic-convert t)" -dir quail $(srcdir)/CXTERM-DIC
148 $(RUN_EMACS) -l $(buildlisppath)/international/quail \ 149 $(RUN_EMACS) -l $(buildlisppath)/international/quail \
149 -f batch-byte-compile $(TIT) 150 -f batch-byte-compile $(TIT)
150 151
151leim-list.el: $(SUBDIRS) $(WORLD) 152leim-list.el: $(SUBDIRS) $(WORLD)
153 set EMACSLOADPATH=$(buildlisppath)
152 $(RUN_EMACS) -l $(buildlisppath)/international/quail \ 154 $(RUN_EMACS) -l $(buildlisppath)/international/quail \
153 --eval "(update-leim-list-file \".\")" 155 --eval "(update-leim-list-file \".\")"
154 156
diff --git a/leim/makefile.w32-in b/leim/makefile.w32-in
index 9200fd2e79b..b2d1424a09c 100644
--- a/leim/makefile.w32-in
+++ b/leim/makefile.w32-in
@@ -137,14 +137,16 @@ $(SUBDIRS):
137$(TIT): 137$(TIT):
138# if not exist quail $(MAKE) quail 138# if not exist quail $(MAKE) quail
139 set emacs_dir=$(INSTALL_DIR) 139 set emacs_dir=$(INSTALL_DIR)
140 $(RUN_EMACS) -l $(buildlisppath)/international/titdic-cnv \ 140 set EMACSLOADPATH=$(buildlisppath)
141 $(SETLOADPATH) $(RUN_EMACS) -l $(buildlisppath)/international/titdic-cnv \
141 --eval $(ARGQUOTE)(batch-titdic-convert t)$(ARGQUOTE) -dir quail $(srcdir)/CXTERM-DIC 142 --eval $(ARGQUOTE)(batch-titdic-convert t)$(ARGQUOTE) -dir quail $(srcdir)/CXTERM-DIC
142 $(RUN_EMACS) -l $(buildlisppath)/international/quail \ 143 $(SETLOADPATH) $(RUN_EMACS) -l $(buildlisppath)/international/quail \
143 -f batch-byte-compile $(TIT) 144 -f batch-byte-compile $(TIT)
144 145
145leim-list.el: $(SUBDIRS) $(WORLD) 146leim-list.el: $(SUBDIRS) $(WORLD)
146 set emacs_dir=$(INSTALL_DIR) 147 set emacs_dir=$(INSTALL_DIR)
147 $(RUN_EMACS) -l $(buildlisppath)/international/quail \ 148 set EMACSLOADPATH=$(buildlisppath)
149 $(SETLOADPATH) $(RUN_EMACS) -l $(buildlisppath)/international/quail \
148 --eval $(ARGQUOTE)(update-leim-list-file $(DQUOTE).$(DQUOTE))$(ARGQUOTE) 150 --eval $(ARGQUOTE)(update-leim-list-file $(DQUOTE).$(DQUOTE))$(ARGQUOTE)
149 151
150install: all 152install: all