diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-11-21 16:20:53 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-11-21 16:20:53 +0000 |
commit | e77e5691b8607239d6bfef9cbec7fb9fb6debe2d (patch) | |
tree | c00cc00228804cb448733beef9138e1dae694fb4 /Makefile.in | |
parent | 8f62f2b891a56211db15ab6a6ba2d05960b26545 (diff) | |
download | emacs-e77e5691b8607239d6bfef9cbec7fb9fb6debe2d.tar.gz |
(install-arch-indep): Also install info/eshell*
and info/speedbar*.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
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 chmod a+r ${infodir}/dir); \ fi; \ cd ${srcdir}/info ; \ - 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 \ + 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 \ (cd $${thisdir}; \ ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \ chmod a+r ${infodir}/$$f); \ |