summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1997-09-04 01:12:08 +0000
committerKenichi Handa <handa@m17n.org>1997-09-04 01:12:08 +0000
commit82f79b875d838e1b3cbaf5ef92b5126ee380a8ad (patch)
tree72bc482748302eed45aaddbb9134515a1e23a99a
parentd44d2d7ce84a97fce842f6b4022698a153fc95fa (diff)
downloademacs-82f79b875d838e1b3cbaf5ef92b5126ee380a8ad.tar.gz
(install): Copy `skk' subdirectory too.
-rw-r--r--leim/Makefile.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/leim/Makefile.in b/leim/Makefile.in
index a5ff75e81db..f23453c8bdf 100644
--- a/leim/Makefile.in
+++ b/leim/Makefile.in
@@ -155,13 +155,16 @@ install: all
rm -rf ${INSTALLDIR}/quail ${INSTALLDIR}/skk ; \
echo "Copying leim files to ${INSTALLDIR} ..." ; \
cp leim-list.el ${INSTALLDIR} ; \
- tar -cf - leim-list.el ${SUBDIRS} \
+ if [ x`(cd ${srcdir}; /bin/pwd)` == x`(/bin/pwd)` ] ; then \
+ tar -cf - leim-list.el quail skk \
+ | (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\
+ else \
+ tar -cf - leim-list.el quail \
| (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\
- if [ x`(cd ${srcdir}; /bin/pwd)` != x`(/bin/pwd)` ] ; then \
cd ${srcdir}; \
- tar -cf - ${SUBDIRS} \
+ tar -cf - quail skk \
| (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\
- else true; fi; \
+ fi; \
else true; fi
clean mostlyclean: