aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-11-23 11:15:02 +0000
committerEli Zaretskii2001-11-23 11:15:02 +0000
commit889911180472073b08449fa1f7f7b912cfa0bcf8 (patch)
tree2bf97efa0374d82b654a88e91aed924c1d632d37
parentd4fa890c0f71d43b45eedbc8b79702dbc4535feb (diff)
downloademacs-889911180472073b08449fa1f7f7b912cfa0bcf8.tar.gz
emacs-889911180472073b08449fa1f7f7b912cfa0bcf8.zip
(uninstall, install-arch-indep): Don't install gfdl.1.
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index fda67e6b337..e72b173933e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -454,7 +454,7 @@ install-arch-indep: mkdir info
454 -chmod -R a+r ${datadir}/emacs ${COPYDESTS} ${infodir} 454 -chmod -R a+r ${datadir}/emacs ${COPYDESTS} ${infodir}
455 thisdir=`/bin/pwd`; \ 455 thisdir=`/bin/pwd`; \
456 cd ${srcdir}/etc; \ 456 cd ${srcdir}/etc; \
457 for page in emacs emacsclient etags ctags gfdl ; do \ 457 for page in emacs emacsclient etags ctags ; do \
458 (cd $${thisdir}; \ 458 (cd $${thisdir}; \
459 ${INSTALL_DATA} ${srcdir}/etc/$${page}.1 ${man1dir}/$${page}${manext}; \ 459 ${INSTALL_DATA} ${srcdir}/etc/$${page}.1 ${man1dir}/$${page}${manext}; \
460 chmod a+r ${man1dir}/$${page}${manext}); \ 460 chmod a+r ${man1dir}/$${page}${manext}); \
@@ -513,7 +513,7 @@ uninstall:
513 (cd ${archlibdir} && rm -f fns-*) 513 (cd ${archlibdir} && rm -f fns-*)
514 -rm -rf ${libexecdir}/emacs/${version} 514 -rm -rf ${libexecdir}/emacs/${version}
515 (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*) 515 (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*)
516 (cd ${man1dir} && rm -f emacs${manext} emacsclient${manext} etags${manext} ctags${manext} gfdl${manext}) 516 (cd ${man1dir} && rm -f emacs${manext} emacsclient${manext} etags${manext} ctags${manext})
517 (cd ${bindir} && rm -f $(EMACSFULL) $(EMACS)) 517 (cd ${bindir} && rm -f $(EMACSFULL) $(EMACS))
518 518
519 519