From e5d9d2e799c57247937f91672661f476eebaf3a2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Mon, 12 Nov 2001 23:24:32 +0000 Subject: [PATCH] (install-arch-indep): Use `${manext}' instead of `.1'. --- ChangeLog | 5 +++++ Makefile.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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)) -- 2.39.2