comparison leim/Makefile.in @ 37072:08152533da68

(${TIT}): Fix whitespace.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 30 Mar 2001 08:27:56 +0000
parents 3e8707a64e46
children 85d54366b2b1
comparison
equal deleted inserted replaced
37071:0a511b546f94 37072:08152533da68
165 if [ -d quail ]; then true; else make quail; fi 165 if [ -d quail ]; then true; else make quail; fi
166 if [ -f $@ ]; then true; else \ 166 if [ -f $@ ]; then true; else \
167 ${RUN-EMACS} -l ${buildlisppath}/international/titdic-cnv \ 167 ${RUN-EMACS} -l ${buildlisppath}/international/titdic-cnv \
168 --eval '(batch-titdic-convert t)' -dir quail ${srcdir}/CXTERM-DIC; fi 168 --eval '(batch-titdic-convert t)' -dir quail ${srcdir}/CXTERM-DIC; fi
169 if [ -f $@ ]; then true; else \ 169 if [ -f $@ ]; then true; else \
170 ${RUN-EMACS} -l ${buildlisppath}/international/quail \ 170 ${RUN-EMACS} -l ${buildlisppath}/international/quail \
171 -f batch-byte-compile ${TIT:.elc=.el}; fi 171 -f batch-byte-compile ${TIT:.elc=.el}; fi
172 172
173 leim-list.el: ${SUBDIRS} ${WORLD} 173 leim-list.el: ${SUBDIRS} ${WORLD}
174 if [ x`(cd ${srcdir} && /bin/pwd)` = x`(/bin/pwd)` ] ; then \ 174 if [ x`(cd ${srcdir} && /bin/pwd)` = x`(/bin/pwd)` ] ; then \
175 ${RUN-EMACS} -l ${buildlisppath}/international/quail \ 175 ${RUN-EMACS} -l ${buildlisppath}/international/quail \
176 --eval "(update-leim-list-file \".\")" ; \ 176 --eval "(update-leim-list-file \".\")" ; \