diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-11-12 23:24:32 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-11-12 23:24:32 +0000 |
commit | e5d9d2e799c57247937f91672661f476eebaf3a2 (patch) | |
tree | 4648bb21a8961d6f3e16d57d7b45bce7969d190a /Makefile.in | |
parent | 99cb8c8b260c660b1dace6f09bfe1f06f4f6e553 (diff) | |
download | emacs-e5d9d2e799c57247937f91672661f476eebaf3a2.tar.gz |
(install-arch-indep): Use `${manext}' instead of `.1'.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |