# HG changeset patch # User Adrian Robert # Date 1217121634 0 # Node ID e21cc16902cafcc54998fd2a40e28a7eebd405b0 # Parent 8c6b23921b24a3b4703df9f1ac1a912b78656dd0 fix typo with info installation under NS diff -r 8c6b23921b24 -r e21cc16902ca ChangeLog --- a/ChangeLog Sat Jul 26 18:55:02 2008 +0000 +++ b/ChangeLog Sun Jul 27 01:20:34 2008 +0000 @@ -1,3 +1,8 @@ +2008-07-19 Adrian Robert + + * Makefile.in (install-arch-dep): Fix typo in NS installation + commands. + 2008-07-25 Chong Yidong * configure.in: Check for getrlimit. diff -r 8c6b23921b24 -r e21cc16902ca Makefile.in --- a/Makefile.in Sat Jul 26 18:55:02 2008 +0000 +++ b/Makefile.in Sun Jul 27 01:20:34 2008 +0000 @@ -419,7 +419,7 @@ 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* ; \