1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

(leim-list.el): Depend on leim-ext.el as well. Run Emacs to append

non-empty non-comment lines in leim-ext.el to leim-list.el.
This commit is contained in:
Eli Zaretskii 2006-12-09 12:40:13 +00:00
parent d1dcf3e779
commit 0acba2039b

View File

@ -184,11 +184,12 @@ $(MISC_DIC):
-f batch-byte-compile $(MISC_DIC:.elc=.el)
#
# WARNING: Do NOT split the part inside $(ARGQUOTE)s into multiple lines as
# WARNING: Do NOT split the parts inside $(ARGQUOTE)s into multiple lines as
# this can break with GNU Make 3.81 and later if sh.exe is used.
leim-list.el: $(SUBDIRS) $(WORLD)
leim-list.el: $(SUBDIRS) $(WORLD) $(srcdir)/leim-ext.el
$(RUN_EMACS) -l $(buildlisppath)/international/quail \
--eval $(ARGQUOTE)(update-leim-list-file $(DQUOTE).$(DQUOTE))$(ARGQUOTE)
$(RUN_EMACS) --eval $(ARGQUOTE)(w32-append-code-lines $(DQUOTE)$@$(DQUOTE) $(DQUOTE)$(srcdir)/leim-ext.el$(DQUOTE))$(ARGQUOTE)
install: all
- mkdir "$(INSTALLDIR)"