aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-11-21 16:20:53 +0000
committerGerd Moellmann2000-11-21 16:20:53 +0000
commite77e5691b8607239d6bfef9cbec7fb9fb6debe2d (patch)
treec00cc00228804cb448733beef9138e1dae694fb4
parent8f62f2b891a56211db15ab6a6ba2d05960b26545 (diff)
downloademacs-e77e5691b8607239d6bfef9cbec7fb9fb6debe2d.tar.gz
emacs-e77e5691b8607239d6bfef9cbec7fb9fb6debe2d.zip
(install-arch-indep): Also install info/eshell*
and info/speedbar*.
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index ff81eae147e..18c22cb2f6c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -400,7 +400,7 @@ install-arch-indep: mkdir info
400 chmod a+r ${infodir}/dir); \ 400 chmod a+r ${infodir}/dir); \
401 fi; \ 401 fi; \
402 cd ${srcdir}/info ; \ 402 cd ${srcdir}/info ; \
403 for f in ada-mode* autotype* ccmode* cl* dired-x* ebrowse* ediff* efaq* emacs* eudc* forms* gnus* idlwave* info* message* mh-e* pcl-cvs* reftex* sc* vip* widget* woman*; do \ 403 for f in ada-mode* autotype* ccmode* cl* dired-x* ebrowse* ediff* efaq* emacs* eshell* eudc* forms* gnus* idlwave* info* message* mh-e* pcl-cvs* reftex* sc* speedbar* vip* widget* woman*; do \
404 (cd $${thisdir}; \ 404 (cd $${thisdir}; \
405 ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \ 405 ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \
406 chmod a+r ${infodir}/$$f); \ 406 chmod a+r ${infodir}/$$f); \