]> git.eshelyaron.com Git - emacs.git/commitdiff
* Makefile.in (install-arch-dep): Replace use of MV_DIRS with info.
authorGlenn Morris <rgm@gnu.org>
Tue, 15 May 2012 17:49:59 +0000 (13:49 -0400)
committerGlenn Morris <rgm@gnu.org>
Tue, 15 May 2012 17:49:59 +0000 (13:49 -0400)
This make it easier to see what is going on.

ChangeLog
Makefile.in

index f86baa960fca1ab6b17de3b2c3640628c018ecdf..b1aed06bbbc97ed16f2d629b6133be2f6cb75307 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 7e54ab13e4108d39a4f75d217e2b544fea45b464..5237076b776b3affdf825494bd431ca7d1621518 100644 (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); \