diff options
| author | Simon Josefsson | 2003-02-23 17:07:42 +0000 |
|---|---|---|
| committer | Simon Josefsson | 2003-02-23 17:07:42 +0000 |
| commit | 2af70a29b9e14869e3f254811208cceeeda32676 (patch) | |
| tree | 7a518f282596b57d114353b398e48d634c6ef3aa | |
| parent | 1cee566bbda473857db252ebfce3f5b05c64b1c0 (diff) | |
| download | emacs-2af70a29b9e14869e3f254811208cceeeda32676.tar.gz emacs-2af70a29b9e14869e3f254811208cceeeda32676.zip | |
(install-arch-indep, uninstall): Add SMTP manual.
| -rw-r--r-- | Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index f9ad2d6fdbd..b16a8571416 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -472,7 +472,7 @@ install-arch-indep: mkdir info | |||
| 472 | chmod a+r ${infodir}/dir); \ | 472 | chmod a+r ${infodir}/dir); \ |
| 473 | fi; \ | 473 | fi; \ |
| 474 | cd ${srcdir}/info ; \ | 474 | cd ${srcdir}/info ; \ |
| 475 | 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* speedbar* tramp* vip* widget* woman*; do \ | 475 | 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* speedbar* tramp* vip* widget* woman* smtpmail*; do \ |
| 476 | (cd $${thisdir}; \ | 476 | (cd $${thisdir}; \ |
| 477 | ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \ | 477 | ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \ |
| 478 | chmod a+r ${infodir}/$$f); \ | 478 | chmod a+r ${infodir}/$$f); \ |
| @@ -482,7 +482,7 @@ install-arch-indep: mkdir info | |||
| 482 | thisdir=`/bin/pwd`; \ | 482 | thisdir=`/bin/pwd`; \ |
| 483 | if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \ | 483 | if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \ |
| 484 | then \ | 484 | then \ |
| 485 | 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 speedbar tramp vip viper widget woman; do \ | 485 | 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 speedbar tramp vip viper widget woman smtpmail; do \ |
| 486 | (cd $${thisdir}; \ | 486 | (cd $${thisdir}; \ |
| 487 | ${INSTALL_INFO} --info-dir=${infodir} ${infodir}/$$f); \ | 487 | ${INSTALL_INFO} --info-dir=${infodir} ${infodir}/$$f); \ |
| 488 | done; \ | 488 | done; \ |
| @@ -548,7 +548,7 @@ uninstall: | |||
| 548 | done | 548 | done |
| 549 | (cd ${archlibdir} && rm -f fns-*) | 549 | (cd ${archlibdir} && rm -f fns-*) |
| 550 | -rm -rf ${libexecdir}/emacs/${version} | 550 | -rm -rf ${libexecdir}/emacs/${version} |
| 551 | (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* vip*) | 551 | (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* vip* smtpmail*) |
| 552 | (cd ${man1dir} && rm -f emacs${manext} emacsclient${manext} etags${manext} ctags${manext}) | 552 | (cd ${man1dir} && rm -f emacs${manext} emacsclient${manext} etags${manext} ctags${manext}) |
| 553 | (cd ${bindir} && rm -f $(EMACSFULL) $(EMACS)) | 553 | (cd ${bindir} && rm -f $(EMACSFULL) $(EMACS)) |
| 554 | 554 | ||