mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 13:10:57 -08:00
($(TIT)): Set EMACSLOADPATH when running emacs.
(leim-list.el): Ditto.
This commit is contained in:
parent
202c7edc03
commit
45e5607fd3
2 changed files with 7 additions and 3 deletions
|
|
@ -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 \".\")"
|
||||
|
||||
|
|
|
|||
|
|
@ -137,14 +137,16 @@ $(SUBDIRS):
|
|||
$(TIT):
|
||||
# if not exist quail $(MAKE) quail
|
||||
set emacs_dir=$(INSTALL_DIR)
|
||||
$(RUN_EMACS) -l $(buildlisppath)/international/titdic-cnv \
|
||||
set EMACSLOADPATH=$(buildlisppath)
|
||||
$(SETLOADPATH) $(RUN_EMACS) -l $(buildlisppath)/international/titdic-cnv \
|
||||
--eval $(ARGQUOTE)(batch-titdic-convert t)$(ARGQUOTE) -dir quail $(srcdir)/CXTERM-DIC
|
||||
$(RUN_EMACS) -l $(buildlisppath)/international/quail \
|
||||
$(SETLOADPATH) $(RUN_EMACS) -l $(buildlisppath)/international/quail \
|
||||
-f batch-byte-compile $(TIT)
|
||||
|
||||
leim-list.el: $(SUBDIRS) $(WORLD)
|
||||
set emacs_dir=$(INSTALL_DIR)
|
||||
$(RUN_EMACS) -l $(buildlisppath)/international/quail \
|
||||
set EMACSLOADPATH=$(buildlisppath)
|
||||
$(SETLOADPATH) $(RUN_EMACS) -l $(buildlisppath)/international/quail \
|
||||
--eval $(ARGQUOTE)(update-leim-list-file $(DQUOTE).$(DQUOTE))$(ARGQUOTE)
|
||||
|
||||
install: all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue