1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

(install-arch-indep): Use ${manext}' instead of .1'.

This commit is contained in:
Pavel Janík 2001-11-12 23:24:32 +00:00
parent 99cb8c8b26
commit e5d9d2e799
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-11-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* Makefile.in (install-arch-indep): Use `${manext}' instead of
`.1'.
2001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
* make-dist: Add lispref/index.*perm files to the distribution.

View File

@ -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))