diff options
| author | Luc Teirlinck | 2004-06-15 21:05:35 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-06-15 21:05:35 +0000 |
| commit | 750ef9c42503f7eeea88d031b7d253b42f83bfa8 (patch) | |
| tree | 0bc32bbc0f43b8710e51d45028484c4503dc7b0c | |
| parent | 2d0f2dd63d6cfeabec3bd2f761c81f1424e6cfc4 (diff) | |
| download | emacs-750ef9c42503f7eeea88d031b7d253b42f83bfa8.tar.gz emacs-750ef9c42503f7eeea88d031b7d253b42f83bfa8.zip | |
(install-arch-indep, uninstall): Add emacs-xtra.
| -rw-r--r-- | Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 28c3ff81b25..760f7d34f77 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -474,7 +474,7 @@ install-arch-indep: mkdir info | |||
| 474 | chmod a+r ${infodir}/dir); \ | 474 | chmod a+r ${infodir}/dir); \ |
| 475 | fi; \ | 475 | fi; \ |
| 476 | cd ${srcdir}/info ; \ | 476 | cd ${srcdir}/info ; \ |
| 477 | for f in ada-mode* autotype* calc* ccmode* cl* dired-x* ebrowse* ediff* efaq* eintr* elisp* emacs* eshell* eudc* forms* gnus* idlwave* info* message* mh-e* pcl-cvs* reftex* sc* ses* speedbar* tramp* vip* widget* woman* smtpmail*; do \ | 477 | for f in ada-mode* autotype* calc* ccmode* cl* dired-x* ebrowse* ediff* efaq* eintr* elisp* emacs* emacs-xtra* eshell* eudc* forms* gnus* idlwave* info* message* mh-e* pcl-cvs* reftex* sc* ses* speedbar* tramp* vip* widget* woman* smtpmail*; do \ |
| 478 | (cd $${thisdir}; \ | 478 | (cd $${thisdir}; \ |
| 479 | ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \ | 479 | ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \ |
| 480 | chmod a+r ${infodir}/$$f); \ | 480 | chmod a+r ${infodir}/$$f); \ |
| @@ -484,7 +484,7 @@ install-arch-indep: mkdir info | |||
| 484 | thisdir=`/bin/pwd`; \ | 484 | thisdir=`/bin/pwd`; \ |
| 485 | if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \ | 485 | if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \ |
| 486 | then \ | 486 | then \ |
| 487 | for f in ada-mode autotype calc ccmode cl dired-x ebrowse ediff efaq elisp eintr emacs emacs-mime eshell eudc forms gnus idlwave info message mh-e pcl-cvs reftex sc ses speedbar tramp vip viper widget woman smtpmail; do \ | 487 | for f in ada-mode autotype calc ccmode cl dired-x ebrowse ediff efaq elisp eintr emacs emacs-mime emacs-xtra eshell eudc forms gnus idlwave info message mh-e pcl-cvs reftex sc ses speedbar tramp vip viper widget woman smtpmail; do \ |
| 488 | (cd $${thisdir}; \ | 488 | (cd $${thisdir}; \ |
| 489 | ${INSTALL_INFO} --info-dir=${infodir} ${infodir}/$$f); \ | 489 | ${INSTALL_INFO} --info-dir=${infodir} ${infodir}/$$f); \ |
| 490 | done; \ | 490 | done; \ |
| @@ -550,7 +550,7 @@ uninstall: | |||
| 550 | done | 550 | done |
| 551 | (cd ${archlibdir} && rm -f fns-*) | 551 | (cd ${archlibdir} && rm -f fns-*) |
| 552 | -rm -rf ${libexecdir}/emacs/${version} | 552 | -rm -rf ${libexecdir}/emacs/${version} |
| 553 | (cd ${infodir} && rm -f cl* ada-mode* autotype* calc* ccmode* ebrowse* efaq* eintr elisp* eshell* eudc* idlwave* message* pcl-cvs* reftex* speedbar* tramp* widget* woman* dired-x* ediff* emacs* forms* gnus* info* mh-e* sc* ses* vip* smtpmail*) | 553 | (cd ${infodir} && rm -f cl* ada-mode* autotype* calc* ccmode* ebrowse* efaq* eintr elisp* eshell* eudc* idlwave* message* pcl-cvs* reftex* speedbar* tramp* widget* woman* dired-x* ediff* emacs* emacs-xtra* forms* gnus* info* mh-e* sc* ses* vip* smtpmail*) |
| 554 | (cd ${man1dir} && rm -f emacs${manext} emacsclient${manext} etags${manext} ctags${manext}) | 554 | (cd ${man1dir} && rm -f emacs${manext} emacsclient${manext} etags${manext} ctags${manext}) |
| 555 | (cd ${bindir} && rm -f $(EMACSFULL) $(EMACS)) | 555 | (cd ${bindir} && rm -f $(EMACSFULL) $(EMACS)) |
| 556 | 556 | ||