# HG changeset patch # User Eli Zaretskii # Date 1006514102 0 # Node ID 1544c80e81d5e8aa8224baa994be9b1b582ded03 # Parent 0a4ded3c7cae908da4ab5a2946d581b7926862e6 (uninstall, install-arch-indep): Don't install gfdl.1. diff -r 0a4ded3c7cae -r 1544c80e81d5 Makefile.in --- a/Makefile.in Fri Nov 23 11:12:51 2001 +0000 +++ b/Makefile.in Fri Nov 23 11:15:02 2001 +0000 @@ -454,7 +454,7 @@ -chmod -R a+r ${datadir}/emacs ${COPYDESTS} ${infodir} thisdir=`/bin/pwd`; \ cd ${srcdir}/etc; \ - for page in emacs emacsclient etags ctags gfdl ; do \ + for page in emacs emacsclient etags ctags ; do \ (cd $${thisdir}; \ ${INSTALL_DATA} ${srcdir}/etc/$${page}.1 ${man1dir}/$${page}${manext}; \ chmod a+r ${man1dir}/$${page}${manext}); \ @@ -513,7 +513,7 @@ (cd ${archlibdir} && rm -f fns-*) -rm -rf ${libexecdir}/emacs/${version} (cd ${infodir} && rm -f cl* ada-mode* autotype* calc* 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}) (cd ${bindir} && rm -f $(EMACSFULL) $(EMACS))