diff options
| author | Adrian Robert | 2008-07-27 01:20:34 +0000 |
|---|---|---|
| committer | Adrian Robert | 2008-07-27 01:20:34 +0000 |
| commit | fb67f03d539fbfe957d9cc0e8aee00079cd99cd8 (patch) | |
| tree | 124aea351db4b9575a270b4c2b803f8129565e6c /Makefile.in | |
| parent | de8bb89eb29db44e0a9f0d89c81b4931f50a6566 (diff) | |
| download | emacs-fb67f03d539fbfe957d9cc0e8aee00079cd99cd8.tar.gz emacs-fb67f03d539fbfe957d9cc0e8aee00079cd99cd8.zip | |
fix typo with info installation under NS
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 419 | if test "${ns_appdir}" != ""; then \ | 419 | if test "${ns_appdir}" != ""; then \ |
| 420 | ( cd ${ns_appresdir} ; \ | 420 | ( cd ${ns_appresdir} ; \ |
| 421 | if test -d share/emacs ; then mv -f share/emacs/*/* . ; fi ; \ | 421 | if test -d share/emacs ; then mv -f share/emacs/*/* . ; fi ; \ |
| 422 | if test -d info ; then mv -f share/info . ; fi ; \ | 422 | if test -d share/info ; then mv -f share/info . ; fi ; \ |
| 423 | rm -fr share ) ; \ | 423 | rm -fr share ) ; \ |
| 424 | ( cd ${ns_appbindir}/libexec ; mv -f emacs/*/*/* . ; rm -fr emacs ) ; \ | 424 | ( cd ${ns_appbindir}/libexec ; mv -f emacs/*/*/* . ; rm -fr emacs ) ; \ |
| 425 | ( cd ${ns_appbindir}/bin ; rm -f emacs emacs-23* ; \ | 425 | ( cd ${ns_appbindir}/bin ; rm -f emacs emacs-23* ; \ |