aboutsummaryrefslogtreecommitdiffstats
path: root/leim
diff options
context:
space:
mode:
authorKenichi Handa2004-06-05 02:20:52 +0000
committerKenichi Handa2004-06-05 02:20:52 +0000
commit8f34b40cd5adecec46d5fd0ab094f5aee9f4884c (patch)
treeaca5ce314b9edc1bd36026eec1864d6b14393a0d /leim
parent194ad29047abdda1d19c764bde27c42bfce998cf (diff)
downloademacs-8f34b40cd5adecec46d5fd0ab094f5aee9f4884c.tar.gz
emacs-8f34b40cd5adecec46d5fd0ab094f5aee9f4884c.zip
(leim-list.el): Depends on leim-ext.el. Appends
the contents off leim-ext.el to leim-list.el.
Diffstat (limited to 'leim')
-rw-r--r--leim/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/leim/Makefile.in b/leim/Makefile.in
index ec4497c0497..63ba1f54ae2 100644
--- a/leim/Makefile.in
+++ b/leim/Makefile.in
@@ -192,7 +192,7 @@ changed.misc: ${MISC-SOURCES}
192 -f batch-miscdic-convert -dir quail ${srcdir}/MISC-DIC; \ 192 -f batch-miscdic-convert -dir quail ${srcdir}/MISC-DIC; \
193 echo "changed" > $@ 193 echo "changed" > $@
194 194
195leim-list.el: ${SUBDIRS} ${NON-TIT-MISC} changed.tit changed.misc 195leim-list.el: ${SUBDIRS} ${NON-TIT-MISC} changed.tit changed.misc ${srcdir}/leim-ext.el
196 ${RUN-EMACS} -l ${buildlisppath}/international/quail \ 196 ${RUN-EMACS} -l ${buildlisppath}/international/quail \
197 -f batch-byte-compile-if-not-done ${TIT-MISC:.elc=.el} 197 -f batch-byte-compile-if-not-done ${TIT-MISC:.elc=.el}
198 if [ x`(cd ${srcdir} && /bin/pwd)` = x`(/bin/pwd)` ] ; then \ 198 if [ x`(cd ${srcdir} && /bin/pwd)` = x`(/bin/pwd)` ] ; then \
@@ -202,6 +202,7 @@ leim-list.el: ${SUBDIRS} ${NON-TIT-MISC} changed.tit changed.misc
202 ${RUN-EMACS} -l ${buildlisppath}/international/quail \ 202 ${RUN-EMACS} -l ${buildlisppath}/international/quail \
203 --eval "(update-leim-list-file \".\" \"${srcdir}\")" ; \ 203 --eval "(update-leim-list-file \".\" \"${srcdir}\")" ; \
204 fi 204 fi
205 sed -n '/^[^;]/ p' < ${srcdir}/leim-ext.el >> $@
205 206
206install: all 207install: all
207 if [ x`(cd ${INSTALLDIR} && /bin/pwd)` != x`(/bin/pwd)` ] ; then \ 208 if [ x`(cd ${INSTALLDIR} && /bin/pwd)` != x`(/bin/pwd)` ] ; then \