From: Pavel Janík Date: Mon, 12 Nov 2001 08:49:31 +0000 (+0000) Subject: (uninstall): Remove gfdl.1 when uninstalling. X-Git-Tag: ttn-vms-21-2-B4~18648 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e14f25bb5fb12944df271edb11dcba9cb46d9166;p=emacs.git (uninstall): Remove gfdl.1 when uninstalling. --- diff --git a/Makefile.in b/Makefile.in index 0bcee38ab30..cfb97229b44 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) + (cd ${man1dir} && rm -f emacs.1 etags.1 ctags.1 gfdl.1) (cd ${bindir} && rm -f emacs-${version} $(EMACS))