* Makefile.in (install-arch-indep): Combine install-data, install-info loops.
This commit is contained in:
parent
723ea6b5d6
commit
7adecb9936
2 changed files with 7 additions and 10 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-05-02 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (install-arch-indep):
|
||||
Combine adjacent install-data and install-info loops.
|
||||
|
||||
2012-05-01 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (MAN_PAGES): Remove.
|
||||
|
|
12
Makefile.in
12
Makefile.in
|
@ -623,18 +623,10 @@ install-arch-indep: mkdir info install-etc
|
|||
${GZIP_PROG} -9n $(DESTDIR)${infodir}/$$f; \
|
||||
else true; fi; \
|
||||
done; \
|
||||
(cd $${thisdir}; \
|
||||
${INSTALL_INFO} --info-dir=$(DESTDIR)${infodir} $(DESTDIR)${infodir}/$$elt); \
|
||||
done); \
|
||||
else true; fi
|
||||
-unset CDPATH; \
|
||||
thisdir=`/bin/pwd`; \
|
||||
if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd $(DESTDIR)${infodir} && /bin/pwd)` ]; \
|
||||
then \
|
||||
for elt in $(INFO_FILES); do \
|
||||
test "$(HAVE_MAKEINFO)" = "no" && test ! -f $$elt && continue; \
|
||||
(cd $${thisdir}; \
|
||||
${INSTALL_INFO} --info-dir=$(DESTDIR)${infodir} $(DESTDIR)${infodir}/$$elt); \
|
||||
done; \
|
||||
else true; fi
|
||||
-chmod -R a+r $(DESTDIR)${datadir}/emacs/${version} ${COPYDESTS}
|
||||
thisdir=`/bin/pwd`; \
|
||||
cd ${mansrcdir}; \
|
||||
|
|
Loading…
Add table
Reference in a new issue