1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 06:50:46 -08:00

(uninstall): Handle deletion of calc .info files.

This commit is contained in:
Colin Walters 2001-11-23 01:28:37 +00:00
parent ca56d9532d
commit 526db7d689
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,8 @@
2001-11-22 Colin Walters <walters@debian.org>
* Makefile.in (install-arch-indep): Install the calc .info files.
(uninstall): Handle deletion of calc .info files (thanks Pavel
Jan,Bm(Bk).
2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>

View file

@ -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))