aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-05-01 22:10:43 -0400
committerGlenn Morris2012-05-01 22:10:43 -0400
commit7adecb9936e52431118a060d87e0550b3bc5ad4b (patch)
tree4c12a1598d0f4bbc7d82f29b7e6efbf2237085b7
parent723ea6b5d6b03418d2f7e273c82aa91732ace079 (diff)
downloademacs-7adecb9936e52431118a060d87e0550b3bc5ad4b.tar.gz
emacs-7adecb9936e52431118a060d87e0550b3bc5ad4b.zip
* Makefile.in (install-arch-indep): Combine install-data, install-info loops.
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.in12
2 files changed, 7 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index eda8c04f086..e52b39b05ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
12012-05-02 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (install-arch-indep):
4 Combine adjacent install-data and install-info loops.
5
12012-05-01 Glenn Morris <rgm@gnu.org> 62012-05-01 Glenn Morris <rgm@gnu.org>
2 7
3 * Makefile.in (MAN_PAGES): Remove. 8 * Makefile.in (MAN_PAGES): Remove.
diff --git a/Makefile.in b/Makefile.in
index a6dd44afa24..b7ec97c3c9d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -623,18 +623,10 @@ install-arch-indep: mkdir info install-etc
623 ${GZIP_PROG} -9n $(DESTDIR)${infodir}/$$f; \ 623 ${GZIP_PROG} -9n $(DESTDIR)${infodir}/$$f; \
624 else true; fi; \ 624 else true; fi; \
625 done; \ 625 done; \
626 (cd $${thisdir}; \
627 ${INSTALL_INFO} --info-dir=$(DESTDIR)${infodir} $(DESTDIR)${infodir}/$$elt); \
626 done); \ 628 done); \
627 else true; fi 629 else true; fi
628 -unset CDPATH; \
629 thisdir=`/bin/pwd`; \
630 if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd $(DESTDIR)${infodir} && /bin/pwd)` ]; \
631 then \
632 for elt in $(INFO_FILES); do \
633 test "$(HAVE_MAKEINFO)" = "no" && test ! -f $$elt && continue; \
634 (cd $${thisdir}; \
635 ${INSTALL_INFO} --info-dir=$(DESTDIR)${infodir} $(DESTDIR)${infodir}/$$elt); \
636 done; \
637 else true; fi
638 -chmod -R a+r $(DESTDIR)${datadir}/emacs/${version} ${COPYDESTS} 630 -chmod -R a+r $(DESTDIR)${datadir}/emacs/${version} ${COPYDESTS}
639 thisdir=`/bin/pwd`; \ 631 thisdir=`/bin/pwd`; \
640 cd ${mansrcdir}; \ 632 cd ${mansrcdir}; \