aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-09-15 12:36:49 +0000
committerRichard M. Stallman2005-09-15 12:36:49 +0000
commit3af0867d70af94e7bfca777c259f05ec3aa41219 (patch)
tree581f0e35c2b8763394d88c3a7e00ed29b3c7011d
parent7c9e7ccf4f10fcc761037aae02c3745e7a7a1f39 (diff)
downloademacs-3af0867d70af94e7bfca777c259f05ec3aa41219.tar.gz
emacs-3af0867d70af94e7bfca777c259f05ec3aa41219.zip
(install-arch-indep, uninstall):
Handle newsticker manual. (info): Add - to commands.
-rw-r--r--Makefile.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in
index c8fa29b3439..56551e319ce 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -486,7 +486,7 @@ install-arch-indep: mkdir info
486 chmod a+r ${infodir}/dir); \ 486 chmod a+r ${infodir}/dir); \
487 fi; \ 487 fi; \
488 cd ${srcdir}/info ; \ 488 cd ${srcdir}/info ; \
489 for f in ada-mode* autotype* calc* ccmode* cl* dired-x* ebrowse* ediff* efaq* eintr* elisp* emacs* emacs-mime* emacs-xtra* eshell* eudc* flymake* forms* gnus* idlwave* info* message* mh-e* org* pcl-cvs* pgg* reftex* sc* ses* sieve* speedbar* tramp* vip* widget* woman* smtpmail* url*; do \ 489 for f in ada-mode* autotype* calc* ccmode* cl* dired-x* ebrowse* ediff* efaq* eintr* elisp* emacs* emacs-mime* emacs-xtra* eshell* eudc* flymake* forms* gnus* idlwave* info* message* mh-e* newsticker* org* pcl-cvs* pgg* reftex* sc* ses* sieve* speedbar* tramp* vip* widget* woman* smtpmail* url*; do \
490 (cd $${thisdir}; \ 490 (cd $${thisdir}; \
491 ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \ 491 ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \
492 chmod a+r ${infodir}/$$f); \ 492 chmod a+r ${infodir}/$$f); \
@@ -496,7 +496,7 @@ install-arch-indep: mkdir info
496 thisdir=`/bin/pwd`; \ 496 thisdir=`/bin/pwd`; \
497 if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \ 497 if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \
498 then \ 498 then \
499 for f in ada-mode autotype calc ccmode cl dired-x ebrowse ediff efaq elisp eintr emacs emacs-mime emacs-xtra eshell eudc flymake forms gnus idlwave info message mh-e org pcl-cvs pgg reftex sc ses sieve speedbar tramp vip viper widget woman smtpmail url; do \ 499 for f in ada-mode autotype calc ccmode cl dired-x ebrowse ediff efaq elisp eintr emacs emacs-mime emacs-xtra eshell eudc flymake forms gnus idlwave info message mh-e newsticker org pcl-cvs pgg reftex sc ses sieve speedbar tramp vip viper widget woman smtpmail url; do \
500 (cd $${thisdir}; \ 500 (cd $${thisdir}; \
501 ${INSTALL_INFO} --info-dir=${infodir} ${infodir}/$$f); \ 501 ${INSTALL_INFO} --info-dir=${infodir} ${infodir}/$$f); \
502 done; \ 502 done; \
@@ -562,7 +562,7 @@ uninstall:
562 done 562 done
563 (cd ${archlibdir} && rm -f fns-*) 563 (cd ${archlibdir} && rm -f fns-*)
564 -rm -rf ${libexecdir}/emacs/${version} 564 -rm -rf ${libexecdir}/emacs/${version}
565 (cd ${infodir} && rm -f cl* ada-mode* autotype* calc* ccmode* ebrowse* efaq* eintr elisp* eshell* eudc* idlwave* message* pcl-cvs* reftex* speedbar* tramp* widget* woman* dired-x* ediff* emacs* emacs-xtra* flymake* forms* gnus* info* mh-e* org* sc* ses* vip* smtpmail* url*) 565 (cd ${infodir} && rm -f cl* ada-mode* autotype* calc* ccmode* ebrowse* efaq* eintr elisp* eshell* eudc* idlwave* message* pcl-cvs* reftex* speedbar* tramp* widget* woman* dired-x* ediff* emacs* emacs-xtra* flymake* forms* gnus* info* mh-e* newsticker* org* sc* ses* vip* smtpmail* url*)
566 (cd ${man1dir} && rm -f emacs${manext} emacsclient${manext} etags${manext} ctags${manext}) 566 (cd ${man1dir} && rm -f emacs${manext} emacsclient${manext} etags${manext} ctags${manext})
567 (cd ${bindir} && rm -f $(EMACSFULL) $(EMACS)) 567 (cd ${bindir} && rm -f $(EMACSFULL) $(EMACS))
568 568
@@ -721,9 +721,9 @@ force-info:
721# put the info files in $(srcdir), 721# put the info files in $(srcdir),
722# so we can do ok running make in the build dir. 722# so we can do ok running make in the build dir.
723info: force-info 723info: force-info
724 (cd man; $(MAKE) $(MFLAGS) info) 724 -(cd man; $(MAKE) $(MFLAGS) info)
725 (cd lispref; $(MAKE) $(MFLAGS) info) 725 -(cd lispref; $(MAKE) $(MFLAGS) info)
726 (cd lispintro; $(MAKE) $(MFLAGS) info) 726 -(cd lispintro; $(MAKE) $(MFLAGS) info)
727dvi: 727dvi:
728 (cd man; $(MAKE) $(MFLAGS) dvi) 728 (cd man; $(MAKE) $(MFLAGS) dvi)
729 (cd lispref; $(MAKE) $(MFLAGS) elisp.dvi) 729 (cd lispref; $(MAKE) $(MFLAGS) elisp.dvi)