diff options
| author | Miles Bader | 2006-01-29 13:08:58 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-01-29 13:08:58 +0000 |
| commit | 597993cf4433604ea65e40d33ad6cfe83dab2fb7 (patch) | |
| tree | 9e9cc6dbc0968bc83d7657c17ecade6b56691f89 /Makefile.in | |
| parent | 33c7860d38eb0f5416630b54a7a1b878810a5d3b (diff) | |
| download | emacs-597993cf4433604ea65e40d33ad6cfe83dab2fb7.tar.gz emacs-597993cf4433604ea65e40d33ad6cfe83dab2fb7.zip | |
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-22
Creator: Michael Olson <mwolson@gnu.org>
Install ERC.
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 26b2e291367..8468d13b803 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -497,7 +497,7 @@ install-arch-indep: mkdir info | |||
| 497 | chmod a+r ${infodir}/dir); \ | 497 | chmod a+r ${infodir}/dir); \ |
| 498 | fi; \ | 498 | fi; \ |
| 499 | cd ${srcdir}/info ; \ | 499 | cd ${srcdir}/info ; \ |
| 500 | for f in ada-mode* autotype* calc* ccmode* cl* dired-x* ebrowse* ediff* efaq* eintr* elisp* emacs* emacs-mime* emacs-xtra* eshell* eudc* flymake* forms* gnus* idlwave* info* message* mh-e* newsticker* org* pcl-cvs* pgg* reftex* sc* ses* sieve* speedbar* tramp* vip* widget* woman* smtpmail* url* rcirc*; do \ | 500 | for f in ada-mode* autotype* calc* ccmode* cl* dired-x* ebrowse* ediff* efaq* eintr* elisp* emacs* emacs-mime* emacs-xtra* eshell* eudc* flymake* forms* gnus* idlwave* info* message* mh-e* newsticker* org* pcl-cvs* pgg* reftex* sc* ses* sieve* speedbar* tramp* vip* widget* woman* smtpmail* url* rcirc* erc*; do \ |
| 501 | (cd $${thisdir}; \ | 501 | (cd $${thisdir}; \ |
| 502 | ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \ | 502 | ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \ |
| 503 | chmod a+r ${infodir}/$$f); \ | 503 | chmod a+r ${infodir}/$$f); \ |
| @@ -507,7 +507,7 @@ install-arch-indep: mkdir info | |||
| 507 | thisdir=`/bin/pwd`; \ | 507 | thisdir=`/bin/pwd`; \ |
| 508 | if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \ | 508 | if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \ |
| 509 | then \ | 509 | then \ |
| 510 | for f in ada-mode autotype calc ccmode cl dired-x ebrowse ediff efaq elisp eintr emacs emacs-mime emacs-xtra eshell eudc flymake forms gnus idlwave info message mh-e newsticker org pcl-cvs pgg reftex sc ses sieve speedbar tramp vip viper widget woman smtpmail url rcirc; do \ | 510 | for f in ada-mode autotype calc ccmode cl dired-x ebrowse ediff efaq elisp eintr emacs emacs-mime emacs-xtra eshell eudc flymake forms gnus idlwave info message mh-e newsticker org pcl-cvs pgg reftex sc ses sieve speedbar tramp vip viper widget woman smtpmail url rcirc erc; do \ |
| 511 | (cd $${thisdir}; \ | 511 | (cd $${thisdir}; \ |
| 512 | ${INSTALL_INFO} --info-dir=${infodir} ${infodir}/$$f); \ | 512 | ${INSTALL_INFO} --info-dir=${infodir} ${infodir}/$$f); \ |
| 513 | done; \ | 513 | done; \ |
| @@ -573,7 +573,7 @@ uninstall: | |||
| 573 | done | 573 | done |
| 574 | (cd ${archlibdir} && rm -f fns-*) | 574 | (cd ${archlibdir} && rm -f fns-*) |
| 575 | -rm -rf ${libexecdir}/emacs/${version} | 575 | -rm -rf ${libexecdir}/emacs/${version} |
| 576 | (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* flymake* forms* gnus* info* mh-e* newsticker* org* sc* ses* vip* smtpmail* url* rcirc*) | 576 | (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* flymake* forms* gnus* info* mh-e* newsticker* org* sc* ses* vip* smtpmail* url* rcirc* erc*) |
| 577 | (cd ${man1dir} && rm -f emacs${manext} emacsclient${manext} etags${manext} ctags${manext}) | 577 | (cd ${man1dir} && rm -f emacs${manext} emacsclient${manext} etags${manext} ctags${manext}) |
| 578 | (cd ${bindir} && rm -f $(EMACSFULL) $(EMACS)) | 578 | (cd ${bindir} && rm -f $(EMACSFULL) $(EMACS)) |
| 579 | 579 | ||