Mercurial > emacs
changeset 40959:321a7ae8b600
(install-arch-indep): Use `${manext}' instead of `.1'.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Mon, 12 Nov 2001 23:23:37 +0000 |
parents | 4b4504c5aa56 |
children | eeeffa88baa4 |
files | Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Mon Nov 12 23:01:17 2001 +0000 +++ b/Makefile.in Mon Nov 12 23:23:37 2001 +0000 @@ -509,7 +509,7 @@ (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 ${man1dir} && rm -f emacs.1 etags.1 ctags.1 gfdl.1) + (cd ${man1dir} && rm -f emacs.${manext} etags.${manext} ctags.${manext} gfdl.${manext}) (cd ${bindir} && rm -f emacs-${version} $(EMACS))