diff options
| author | Colin Walters | 2001-11-23 01:28:37 +0000 |
|---|---|---|
| committer | Colin Walters | 2001-11-23 01:28:37 +0000 |
| commit | 526db7d68942cebd00a7090effdba9b84f951854 (patch) | |
| tree | da9a0b7fb08490fd53f30cda24ec58426ab8bee9 /Makefile.in | |
| parent | ca56d9532d439b463b031d3b07001d8913550be1 (diff) | |
| download | emacs-526db7d68942cebd00a7090effdba9b84f951854.tar.gz emacs-526db7d68942cebd00a7090effdba9b84f951854.zip | |
(uninstall): Handle deletion of calc .info files.
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 29fa39f9127..fda67e6b337 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -512,7 +512,7 @@ uninstall: | |||
| 512 | done | 512 | done |
| 513 | (cd ${archlibdir} && rm -f fns-*) | 513 | (cd ${archlibdir} && rm -f fns-*) |
| 514 | -rm -rf ${libexecdir}/emacs/${version} | 514 | -rm -rf ${libexecdir}/emacs/${version} |
| 515 | (cd ${infodir} && rm -f cl* ada-mode* autotype* 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*) | 515 | (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*) |
| 516 | (cd ${man1dir} && rm -f emacs${manext} emacsclient${manext} etags${manext} ctags${manext} gfdl${manext}) | 516 | (cd ${man1dir} && rm -f emacs${manext} emacsclient${manext} etags${manext} ctags${manext} gfdl${manext}) |
| 517 | (cd ${bindir} && rm -f $(EMACSFULL) $(EMACS)) | 517 | (cd ${bindir} && rm -f $(EMACSFULL) $(EMACS)) |
| 518 | 518 | ||