diff options
author | Colin Walters <walters@gnu.org> | 2001-11-23 01:28:37 +0000 |
---|---|---|
committer | Colin Walters <walters@gnu.org> | 2001-11-23 01:28:37 +0000 |
commit | 526db7d68942cebd00a7090effdba9b84f951854 (patch) | |
tree | da9a0b7fb08490fd53f30cda24ec58426ab8bee9 /Makefile.in | |
parent | ca56d9532d439b463b031d3b07001d8913550be1 (diff) | |
download | emacs-526db7d68942cebd00a7090effdba9b84f951854.tar.gz |
(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: done (cd ${archlibdir} && rm -f fns-*) -rm -rf ${libexecdir}/emacs/${version} - (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*) + (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*) (cd ${man1dir} && rm -f emacs${manext} emacsclient${manext} etags${manext} ctags${manext} gfdl${manext}) (cd ${bindir} && rm -f $(EMACSFULL) $(EMACS)) |