diff options
| author | Eli Zaretskii | 2001-11-24 16:42:00 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-11-24 16:42:00 +0000 |
| commit | 24a48c80457807b3d16f5ff61385cd6dc8216f33 (patch) | |
| tree | 5f6d3755393576ad678031e7e7c0859b26178032 | |
| parent | ce2a43ceef6602c1254a03f4d460106d52018b87 (diff) | |
| download | emacs-24a48c80457807b3d16f5ff61385cd6dc8216f33.tar.gz emacs-24a48c80457807b3d16f5ff61385cd6dc8216f33.zip | |
(install-arch-indep, uninstall): Add ELisp Intro files.
| -rw-r--r-- | Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 61e5f67ed17..0e308300f51 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -439,7 +439,7 @@ install-arch-indep: mkdir info | |||
| 439 | chmod a+r ${infodir}/dir); \ | 439 | chmod a+r ${infodir}/dir); \ |
| 440 | fi; \ | 440 | fi; \ |
| 441 | cd ${srcdir}/info ; \ | 441 | cd ${srcdir}/info ; \ |
| 442 | 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 \ | 442 | 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* vip* widget* woman*; do \ |
| 443 | (cd $${thisdir}; \ | 443 | (cd $${thisdir}; \ |
| 444 | ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \ | 444 | ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \ |
| 445 | chmod a+r ${infodir}/$$f); \ | 445 | chmod a+r ${infodir}/$$f); \ |
| @@ -449,7 +449,7 @@ install-arch-indep: mkdir info | |||
| 449 | thisdir=`/bin/pwd`; \ | 449 | thisdir=`/bin/pwd`; \ |
| 450 | if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \ | 450 | if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \ |
| 451 | then \ | 451 | then \ |
| 452 | 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 \ | 452 | 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 vip viper widget woman; do \ |
| 453 | (cd $${thisdir}; \ | 453 | (cd $${thisdir}; \ |
| 454 | ${INSTALL_INFO} --info-dir=${infodir} ${infodir}/$$f); \ | 454 | ${INSTALL_INFO} --info-dir=${infodir} ${infodir}/$$f); \ |
| 455 | done; \ | 455 | done; \ |
| @@ -515,7 +515,7 @@ uninstall: | |||
| 515 | done | 515 | done |
| 516 | (cd ${archlibdir} && rm -f fns-*) | 516 | (cd ${archlibdir} && rm -f fns-*) |
| 517 | -rm -rf ${libexecdir}/emacs/${version} | 517 | -rm -rf ${libexecdir}/emacs/${version} |
| 518 | (cd ${infodir} && rm -f cl* ada-mode* autotype* calc* ccmode* ebrowse* efaq* elisp* eshell* eudc* idlwave* message* pcl-cvs* reftex* speedbar* widget* woman* dired-x* ediff* emacs* forms* gnus* info* mh-e* sc* vip*) | 518 | (cd ${infodir} && rm -f cl* ada-mode* autotype* calc* ccmode* ebrowse* efaq* eintr elisp* eshell* eudc* idlwave* message* pcl-cvs* reftex* speedbar* widget* woman* dired-x* ediff* emacs* forms* gnus* info* mh-e* sc* vip*) |
| 519 | (cd ${man1dir} && rm -f emacs${manext} emacsclient${manext} etags${manext} ctags${manext}) | 519 | (cd ${man1dir} && rm -f emacs${manext} emacsclient${manext} etags${manext} ctags${manext}) |
| 520 | (cd ${bindir} && rm -f $(EMACSFULL) $(EMACS)) | 520 | (cd ${bindir} && rm -f $(EMACSFULL) $(EMACS)) |
| 521 | 521 | ||