diff options
| -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 | |||
| 410 | thisdir=`/bin/pwd`; \ | 410 | thisdir=`/bin/pwd`; \ |
| 411 | if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \ | 411 | if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \ |
| 412 | then \ | 412 | then \ |
| 413 | 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 \ | 413 | 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 \ |
| 414 | (cd $${thisdir}; \ | 414 | (cd $${thisdir}; \ |
| 415 | ${INSTALL_INFO} --info-dir=${infodir} ${infodir}/$$f); \ | 415 | ${INSTALL_INFO} --info-dir=${infodir} ${infodir}/$$f); \ |
| 416 | done; \ | 416 | done; \ |