1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-14 03:37:38 -08:00

fix typo with info installation under NS

This commit is contained in:
Adrian Robert 2008-07-27 01:20:34 +00:00
parent de8bb89eb2
commit fb67f03d53
2 changed files with 6 additions and 1 deletions

View file

@ -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.

View file

@ -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* ; \