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:
parent
99cb8c8b26
commit
e5d9d2e799
@ -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.
|
||||
|
@ -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))
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user