* Makefile.in (install-arch-dep): Replace use of MV_DIRS with info.

This make it easier to see what is going on.
This commit is contained in:
Glenn Morris 2012-05-15 13:49:59 -04:00
parent f9e7d610b5
commit a3f7efb87d
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2012-05-15 Glenn Morris <rgm@gnu.org>
* 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

View file

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