diff leim/Makefile.in @ 96770:163afe7c6871

files were missed on previous checkin
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Thu, 17 Jul 2008 18:14:15 +0000
parents c564b17ce35e
children dba37a087502
line wrap: on
line diff
--- a/leim/Makefile.in	Thu Jul 17 17:44:41 2008 +0000
+++ b/leim/Makefile.in	Thu Jul 17 18:14:15 2008 +0000
@@ -33,6 +33,7 @@
 datarootdir=@datarootdir@
 datadir=@datadir@
 srcdir=@srcdir@
+ns_appresdir=@ns_appresdir@
 
 # Where to install LEIM files.
 INSTALLDIR=$(DESTDIR)${datadir}/emacs/${version}/leim
@@ -259,6 +260,11 @@
 	  [ -n "$${installuser}" ] && break ; \
 	done ; \
 	find ${INSTALLDIR} -exec chown $${installuser} '{}' ';'
+	if [ "${ns_appresdir}" != "" ]; then \
+	  ( cd ${ns_appresdir} ; \
+	    if test -d share/emacs ; then mv -f share/emacs/*/* . ; fi ; \
+	    rm -fr share ) ; \
+	else true ; fi
 
 clean mostlyclean:
 	rm -f ${TIT-MISC} ${TIT-MISC:.elc=.el} \