diff options
| author | Andreas Schwab | 2000-01-11 10:26:24 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2000-01-11 10:26:24 +0000 |
| commit | 317651edbcec7c5d32bad9493a09f77bcb596522 (patch) | |
| tree | 19e4fe58278bd4b49bb3d90ce8bc276e78da8bb9 | |
| parent | 4b39528cda82d099a2d47d0abc9b0879c317178d (diff) | |
| download | emacs-317651edbcec7c5d32bad9493a09f77bcb596522.tar.gz emacs-317651edbcec7c5d32bad9493a09f77bcb596522.zip | |
(install-arch-indep): Update list of info files to
be installed.
| -rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 3c2c8fb1bf2..a2d3f8f203d 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -398,7 +398,7 @@ install-arch-indep: mkdir info | |||
| 398 | chmod a+r ${infodir}/dir); \ | 398 | chmod a+r ${infodir}/dir); \ |
| 399 | fi; \ | 399 | fi; \ |
| 400 | cd ${srcdir}/info ; \ | 400 | cd ${srcdir}/info ; \ |
| 401 | for f in ada-mode* autotype* ccmode* cl* dired-x* ediff* emacs* forms* gnus* info* message* mh-e* reftex* sc* vip* widget*; do \ | 401 | for f in ada-mode* autotype* ccmode* cl* dired-x* ediff* efaq* emacs* forms* gnus* idlwave* info* message* mh-e* reftex* sc* vip* widget*; do \ |
| 402 | (cd $${thisdir}; \ | 402 | (cd $${thisdir}; \ |
| 403 | ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \ | 403 | ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \ |
| 404 | chmod a+r ${infodir}/$$f); \ | 404 | chmod a+r ${infodir}/$$f); \ |
| @@ -408,7 +408,7 @@ install-arch-indep: mkdir info | |||
| 408 | thisdir=`/bin/pwd`; \ | 408 | thisdir=`/bin/pwd`; \ |
| 409 | if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \ | 409 | if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \ |
| 410 | then \ | 410 | then \ |
| 411 | for f in ada-mode autotype ccmode cl dired-x ediff emacs emacs-faq.info forms gnus info message mh-e reftex sc vip viper widget; do \ | 411 | for f in ada-mode autotype ccmode cl dired-x ediff efaq emacs forms gnus idlwave info message mh-e reftex sc vip viper widget; do \ |
| 412 | (cd $${thisdir}; \ | 412 | (cd $${thisdir}; \ |
| 413 | ${INSTALL_INFO} --dir-file=${infodir}/dir --info-file=${infodir}/$$f); \ | 413 | ${INSTALL_INFO} --dir-file=${infodir}/dir --info-file=${infodir}/$$f); \ |
| 414 | done; \ | 414 | done; \ |