summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Robert <Adrian.B.Robert@gmail.com>2008-07-27 01:20:34 +0000
committerAdrian Robert <Adrian.B.Robert@gmail.com>2008-07-27 01:20:34 +0000
commit7cd9cc8d18112f8c90a0ff807e7e5399ff029b83 (patch)
treed69fb4ed3f27ba27d49837a8a628f070588a63b8
parent44177cb21f4490cb48a80975ed21d7dc1c29ce80 (diff)
downloademacs-7cd9cc8d18112f8c90a0ff807e7e5399ff029b83.tar.gz
fix typo with info installation under NS
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 975493bf970..d8cc490b7a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
+
+ * Makefile.in (install-arch-dep): Fix typo in NS installation
+ commands.
+
2008-07-25 Chong Yidong <cyd@stupidchicken.com>
* configure.in: Check for getrlimit.
diff --git a/Makefile.in b/Makefile.in
index c5cd80b9d30..8125e96dfe7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -419,7 +419,7 @@ install-arch-dep: mkdir
if test "${ns_appdir}" != ""; then \
( cd ${ns_appresdir} ; \
if test -d share/emacs ; then mv -f share/emacs/*/* . ; fi ; \
- if test -d info ; then mv -f share/info . ; fi ; \
+ if test -d share/info ; then mv -f share/info . ; fi ; \
rm -fr share ) ; \
( cd ${ns_appbindir}/libexec ; mv -f emacs/*/*/* . ; rm -fr emacs ) ; \
( cd ${ns_appbindir}/bin ; rm -f emacs emacs-23* ; \