changeset 19740:c7d76a23d1eb

(install): Copy `skk' subdirectory too.
author Kenichi Handa <handa@m17n.org>
date Thu, 04 Sep 1997 01:12:08 +0000
parents 6bf6679152c5
children fedbc9dfb645
files leim/Makefile.in
diffstat 1 files changed, 7 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/leim/Makefile.in	Wed Sep 03 23:08:18 1997 +0000
+++ b/leim/Makefile.in	Thu Sep 04 01:12:08 1997 +0000
@@ -155,13 +155,16 @@
 	  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) ;\
-	  if [ x`(cd ${srcdir}; /bin/pwd)` != x`(/bin/pwd)` ] ; then \
+	  else \
+	    tar -cf - leim-list.el quail \
+		| (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\
 	    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: