aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--Makefile.in2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ca6f4b90e1..dd7502333e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
12001-11-22 Colin Walters <walters@debian.org> 12001-11-22 Colin Walters <walters@debian.org>
2 2
3 * Makefile.in (install-arch-indep): Install the calc .info files. 3 * Makefile.in (install-arch-indep): Install the calc .info files.
4 (uninstall): Handle deletion of calc .info files (thanks Pavel
5 Jan,Bm(Bk).
4 6
52001-11-17 Eli Zaretskii <eliz@is.elta.co.il> 72001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
6 8
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