From: Pavel Janík Date: Mon, 12 Nov 2001 23:24:32 +0000 (+0000) Subject: (install-arch-indep): Use `${manext}' instead of `.1'. X-Git-Tag: ttn-vms-21-2-B4~18635 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e5d9d2e799c57247937f91672661f476eebaf3a2;p=emacs.git (install-arch-indep): Use `${manext}' instead of `.1'. --- diff --git a/ChangeLog b/ChangeLog index 0a9f8bc094b..e88a8966b22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-11-13 Pavel Jan,Bm(Bk + + * Makefile.in (install-arch-indep): Use `${manext}' instead of + `.1'. + 2001-11-12 Eli Zaretskii * make-dist: Add lispref/index.*perm files to the distribution. diff --git a/Makefile.in b/Makefile.in index cfb97229b44..ff01dbdedbf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -509,7 +509,7 @@ uninstall: (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))