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:
parent
ca56d9532d
commit
526db7d689
2 changed files with 3 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue