diff leim/Makefile.in @ 55918:ce05b6367c44

(leim-list.el): Depends on leim-ext.el. Appends the contents off leim-ext.el to leim-list.el.
author Kenichi Handa <handa@m17n.org>
date Sat, 05 Jun 2004 02:20:52 +0000
parents 33b47b85dff8
children bb6720f21c54
line wrap: on
line diff
--- a/leim/Makefile.in	Sat Jun 05 02:18:44 2004 +0000
+++ b/leim/Makefile.in	Sat Jun 05 02:20:52 2004 +0000
@@ -192,7 +192,7 @@
 	  -f batch-miscdic-convert -dir quail ${srcdir}/MISC-DIC; \
 	  echo "changed" > $@
 
-leim-list.el: ${SUBDIRS} ${NON-TIT-MISC} changed.tit changed.misc
+leim-list.el: ${SUBDIRS} ${NON-TIT-MISC} changed.tit changed.misc ${srcdir}/leim-ext.el
 	${RUN-EMACS}  -l ${buildlisppath}/international/quail \
 	  -f batch-byte-compile-if-not-done ${TIT-MISC:.elc=.el}
 	if [ x`(cd ${srcdir} && /bin/pwd)` = x`(/bin/pwd)` ] ; then \
@@ -202,6 +202,7 @@
 	  ${RUN-EMACS} -l ${buildlisppath}/international/quail \
 	    --eval "(update-leim-list-file \".\" \"${srcdir}\")" ; \
 	fi
+	sed -n '/^[^;]/ p' < ${srcdir}/leim-ext.el >> $@
 
 install: all
 	if [ x`(cd ${INSTALLDIR} && /bin/pwd)` != x`(/bin/pwd)` ] ; then \