diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-11-13 09:39:55 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-11-13 09:39:55 +0000 |
commit | 623f2cfa02dbe467ceb66bd1d2910cee54716575 (patch) | |
tree | f750390a4d574175b3e5206c3205945acfc59f70 /Makefile.in | |
parent | 6e1b91d703cd9dc975cb9cfcc6ebffaedb97af46 (diff) | |
download | emacs-623f2cfa02dbe467ceb66bd1d2910cee54716575.tar.gz |
Fix previous change.
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 26ecdb1caa6..d702c84efba 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.${manext} emacsclient.${manext} etags.${manext} ctags.${manext} gfdl.${manext}) + (cd ${man1dir} && rm -f emacs${manext} emacsclient${manext} etags${manext} ctags${manext} gfdl${manext}) (cd ${bindir} && rm -f emacs-${version} $(EMACS)) |