summaryrefslogtreecommitdiff
path: root/leim
diff options
context:
space:
mode:
authorAdrian Robert <Adrian.B.Robert@gmail.com>2008-07-17 18:14:15 +0000
committerAdrian Robert <Adrian.B.Robert@gmail.com>2008-07-17 18:14:15 +0000
commit2a7973b62722e292302d6c03200771d33cb890bf (patch)
treed3ffe7871f6bdd683ba3b8fc15bb7d4eab09d341 /leim
parent06b627700d30a166b0f06ad99166d448f9f7969c (diff)
downloademacs-2a7973b62722e292302d6c03200771d33cb890bf.tar.gz
files were missed on previous checkin
Diffstat (limited to 'leim')
-rw-r--r--leim/ChangeLog5
-rw-r--r--leim/Makefile.in6
2 files changed, 11 insertions, 0 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog
index 225e91f0df7..303c34036b5 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,3 +1,8 @@
+2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
+
+ * Makefile.in (install): Perform post-install cleanup inside NS app
+ bundle.
+
2008-07-12 Juri Linkov <juri@jurta.org>
* quail/rfc1345.el: Replace non-printable control characters with
diff --git a/leim/Makefile.in b/leim/Makefile.in
index 122156e5137..731f0d55312 100644
--- a/leim/Makefile.in
+++ b/leim/Makefile.in
@@ -33,6 +33,7 @@ prefix=@prefix@
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 @@ install: all
[ -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} \