comparison 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
comparison
equal deleted inserted replaced
31677:70dd1b38f43e 31678:30d8d153fa6e
141 # echo (normal-top-level-add-subdirs-to-load-path)) >>subdirs.el 141 # echo (normal-top-level-add-subdirs-to-load-path)) >>subdirs.el
142 142
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
151 leim-list.el: $(SUBDIRS) $(WORLD) 152 leim-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
155 install: all 157 install: all
156 - mkdir $(INSTALLDIR) 158 - mkdir $(INSTALLDIR)