summaryrefslogtreecommitdiff
path: root/leim
diff options
context:
space:
mode:
Diffstat (limited to 'leim')
-rw-r--r--leim/Makefile.in18
1 files changed, 6 insertions, 12 deletions
diff --git a/leim/Makefile.in b/leim/Makefile.in
index 3f5e61b98a3..3c278d6cb61 100644
--- a/leim/Makefile.in
+++ b/leim/Makefile.in
@@ -174,7 +174,9 @@ TIT-SOURCES= \
${srcdir}/CXTERM-DIC/ZOZY.tit
changed.tit: ${TIT-SOURCES}
- echo "0" > $@
+ ${RUN-EMACS} -l ${buildlisppath}/international/titdic-cnv \
+ -f batch-titdic-convert -dir quail ${srcdir}/CXTERM-DIC; \
+ echo "changed" > $@
MISC-SOURCES= \
${srcdir}/MISC-DIC/CTLau-b5.html \
@@ -185,19 +187,11 @@ MISC-SOURCES= \
${srcdir}/MISC-DIC/ziranma.cin
changed.misc: ${MISC-SOURCES}
- echo "0" > $@
+ ${RUN-EMACS} -l ${buildlisppath}/international/titdic-cnv \
+ -f batch-miscdic-convert -dir quail ${srcdir}/MISC-DIC; \
+ echo "changed" > $@
leim-list.el: ${SUBDIRS} ${NON-TIT-MISC} changed.tit changed.misc
- if [ `(cat changed.tit)` = 0 ] ; then \
- ${RUN-EMACS} -l ${buildlisppath}/international/titdic-cnv \
- -f batch-titdic-convert -dir quail ${srcdir}/CXTERM-DIC; \
- echo "1" > changed.tit; \
- else true; fi
- if [ `(cat changed.misc)` = 0 ] ; then \
- ${RUN-EMACS} -l ${buildlisppath}/international/titdic-cnv \
- -f batch-miscdic-convert -dir quail ${srcdir}/MISC-DIC; \
- echo "1" > changed.misc; \
- else true; fi
${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 \