summaryrefslogtreecommitdiff
path: root/leim/makefile.w32-in
diff options
context:
space:
mode:
Diffstat (limited to 'leim/makefile.w32-in')
-rw-r--r--leim/makefile.w32-in10
1 files changed, 6 insertions, 4 deletions
diff --git a/leim/makefile.w32-in b/leim/makefile.w32-in
index 6c9ac670db1..7c1b4fdd99f 100644
--- a/leim/makefile.w32-in
+++ b/leim/makefile.w32-in
@@ -1,7 +1,7 @@
# -*- Makefile -*- for leim subdirectory in GNU Emacs on the Microsoft W32 API.
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006
# Free Software Foundation, Inc.
-# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
+# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
# National Institute of Advanced Industrial Science and Technology (AIST)
# Registration Number H14PRO021
@@ -119,7 +119,8 @@ MISC= \
$(srcdir)/quail/ethiopic.elc \
$(srcdir)/quail/ipa.elc \
$(srcdir)/quail/hebrew.elc \
- $(srcdir)/quail/georgian.elc
+ $(srcdir)/quail/georgian.elc \
+ $(srcdir)/quail/sisheng.elc
MISC_DIC=\
quail/tsang-b5.elc \
@@ -183,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)"