This make it easier to see what is going on.
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
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); \