diff options
| author | Gerd Moellmann | 2000-11-21 16:24:06 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-11-21 16:24:06 +0000 |
| commit | 9bbd146557a5d77faa10ec06f1d28a7ee73eb9d8 (patch) | |
| tree | ff63b85903a4d9a7c328d72d5cfd59f746fa80d9 | |
| parent | e77e5691b8607239d6bfef9cbec7fb9fb6debe2d (diff) | |
| download | emacs-9bbd146557a5d77faa10ec06f1d28a7ee73eb9d8.tar.gz emacs-9bbd146557a5d77faa10ec06f1d28a7ee73eb9d8.zip | |
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 | |||
| 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; \ |