comparison leim/Makefile.in @ 21080:c3f53005d2d9

(${TIT}): To byte-compile quail packages, use just built quail.
author Richard M. Stallman <rms@gnu.org>
date Fri, 06 Mar 1998 20:59:54 +0000
parents b5a6887b97d8
children 6e9dd8a366f5
comparison
equal deleted inserted replaced
21079:65ac561ad75c 21080:c3f53005d2d9
136 # Rule to generate quail/*.el from CXTERM-DIC/*.tit. 136 # Rule to generate quail/*.el from CXTERM-DIC/*.tit.
137 ${TIT}: 137 ${TIT}:
138 [ -d quail ] || mkdir quail 138 [ -d quail ] || mkdir quail
139 ${RUN-EMACS} -l ${buildlisppath}/international/titdic-cnv \ 139 ${RUN-EMACS} -l ${buildlisppath}/international/titdic-cnv \
140 --eval '(batch-titdic-convert t)' -dir quail ${srcdir}/CXTERM-DIC 140 --eval '(batch-titdic-convert t)' -dir quail ${srcdir}/CXTERM-DIC
141 ${RUN-EMACS} -f batch-byte-compile ${TIT} 141 ${RUN-EMACS} -l ${buildlisppath}/international/quail \
142 -f batch-byte-compile ${TIT}
142 143
143 leim-list.el: ${SUBDIRS} ${TIT} 144 leim-list.el: ${SUBDIRS} ${TIT}
144 if [ x`(cd ${srcdir}; /bin/pwd)` = x`(/bin/pwd)` ] ; then \ 145 if [ x`(cd ${srcdir}; /bin/pwd)` = x`(/bin/pwd)` ] ; then \
145 ${RUN-EMACS} -l ${buildlisppath}/international/quail \ 146 ${RUN-EMACS} -l ${buildlisppath}/international/quail \
146 --eval "(update-leim-list-file \".\")" ; \ 147 --eval "(update-leim-list-file \".\")" ; \