diff --git a/ChangeLog b/ChangeLog index f86baa960fc..b1aed06bbbc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2012-05-15 Glenn Morris + * Makefile.in (install-arch-dep): Replace use of MV_DIRS with info. + * Makefile.in (install-arch-dep): Do not hard-code version number. * Makefile.in (install-arch-dep): NS install no longer needs to diff --git a/Makefile.in b/Makefile.in index 7e54ab13e41..5237076b776 100644 --- a/Makefile.in +++ b/Makefile.in @@ -471,7 +471,7 @@ install-arch-dep: mkdir if test "${ns_appresdir}" != ""; then \ ( cd ${ns_appresdir} ; \ if test -d share/emacs ; then dir=share/emacs/*/*; $(MV_DIRS); fi;\ - if test -d share/info ; then dir=share/info; $(MV_DIRS) ; fi ; \ + if test -d share/info ; then rm -fr info; mv share/info . ; fi ; \ rm -fr share ) ; \ ( cd ${ns_appbindir} ; \ if cd libexec ; then dir=emacs/*/*/* ; $(MV_DIRS); \