diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-11-21 16:24:06 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-11-21 16:24:06 +0000 |
commit | 9bbd146557a5d77faa10ec06f1d28a7ee73eb9d8 (patch) | |
tree | ff63b85903a4d9a7c328d72d5cfd59f746fa80d9 | |
parent | e77e5691b8607239d6bfef9cbec7fb9fb6debe2d (diff) | |
download | emacs-9bbd146557a5d77faa10ec06f1d28a7ee73eb9d8.tar.gz |
Fix last change.
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 18c22cb2f6c..17a00af4f75 100644 --- a/Makefile.in +++ b/Makefile.in @@ -410,7 +410,7 @@ install-arch-indep: mkdir info thisdir=`/bin/pwd`; \ if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \ then \ - for f in ada-mode autotype ccmode cl dired-x ebrowse ediff efaq emacs emacs-mime eudc forms gnus idlwave info message mh-e pcl-cvs reftex sc vip viper widget woman; do \ + for f in ada-mode autotype ccmode cl dired-x ebrowse ediff efaq emacs emacs-mime eshell eudc forms gnus idlwave info message mh-e pcl-cvs reftex sc speedbar vip viper widget woman; do \ (cd $${thisdir}; \ ${INSTALL_INFO} --info-dir=${infodir} ${infodir}/$$f); \ done; \ |