diff options
| -rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index a9a5452fc92..29fa39f9127 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -436,7 +436,7 @@ install-arch-indep: mkdir info | |||
| 436 | chmod a+r ${infodir}/dir); \ | 436 | chmod a+r ${infodir}/dir); \ |
| 437 | fi; \ | 437 | fi; \ |
| 438 | cd ${srcdir}/info ; \ | 438 | cd ${srcdir}/info ; \ |
| 439 | for f in ada-mode* autotype* ccmode* cl* dired-x* ebrowse* ediff* efaq* elisp* emacs* eshell* eudc* forms* gnus* idlwave* info* message* mh-e* pcl-cvs* reftex* sc* speedbar* vip* widget* woman*; do \ | 439 | for f in ada-mode* autotype* calc* ccmode* cl* dired-x* ebrowse* ediff* efaq* elisp* emacs* eshell* eudc* forms* gnus* idlwave* info* message* mh-e* pcl-cvs* reftex* sc* speedbar* vip* widget* woman*; do \ |
| 440 | (cd $${thisdir}; \ | 440 | (cd $${thisdir}; \ |
| 441 | ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \ | 441 | ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \ |
| 442 | chmod a+r ${infodir}/$$f); \ | 442 | chmod a+r ${infodir}/$$f); \ |
| @@ -446,7 +446,7 @@ install-arch-indep: mkdir info | |||
| 446 | thisdir=`/bin/pwd`; \ | 446 | thisdir=`/bin/pwd`; \ |
| 447 | if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \ | 447 | if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \ |
| 448 | then \ | 448 | then \ |
| 449 | for f in ada-mode autotype ccmode cl dired-x ebrowse ediff efaq elisp emacs emacs-mime eshell eudc forms gnus idlwave info message mh-e pcl-cvs reftex sc speedbar vip viper widget woman; do \ | 449 | for f in ada-mode autotype calc ccmode cl dired-x ebrowse ediff efaq elisp emacs emacs-mime eshell eudc forms gnus idlwave info message mh-e pcl-cvs reftex sc speedbar vip viper widget woman; do \ |
| 450 | (cd $${thisdir}; \ | 450 | (cd $${thisdir}; \ |
| 451 | ${INSTALL_INFO} --info-dir=${infodir} ${infodir}/$$f); \ | 451 | ${INSTALL_INFO} --info-dir=${infodir} ${infodir}/$$f); \ |
| 452 | done; \ | 452 | done; \ |