aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-12-09 01:11:54 +0000
committerLuc Teirlinck2004-12-09 01:11:54 +0000
commitb2d6e13203497ea0dd64a7050cecb156bb6870a0 (patch)
tree9ada910a79ff4a772d106d3a55d268cd4430bf24
parent45893b955fd5423777dab46dbf7d8fa9197d221b (diff)
downloademacs-b2d6e13203497ea0dd64a7050cecb156bb6870a0.tar.gz
emacs-b2d6e13203497ea0dd64a7050cecb156bb6870a0.zip
(install-arch-indep, uninstall): Add org and url manuals.
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.in6
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 5edfc069552..98b95f40532 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
12004-12-08 Luc Teirlinck <teirllm@auburn.edu>
2
3 * Makefile.in (install-arch-indep, uninstall): Add org and url
4 manuals.
5
12004-12-07 Stefan <monnier@iro.umontreal.ca> 62004-12-07 Stefan <monnier@iro.umontreal.ca>
2 7
3 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly 8 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
diff --git a/Makefile.in b/Makefile.in
index 1a115cd3fd5..3fb0f78421c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -484,7 +484,7 @@ install-arch-indep: mkdir info
484 chmod a+r ${infodir}/dir); \ 484 chmod a+r ${infodir}/dir); \
485 fi; \ 485 fi; \
486 cd ${srcdir}/info ; \ 486 cd ${srcdir}/info ; \
487 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* pcl-cvs* pgg* reftex* sc* ses* sieve* speedbar* tramp* vip* widget* woman* smtpmail*; do \ 487 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 \
488 (cd $${thisdir}; \ 488 (cd $${thisdir}; \
489 ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \ 489 ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \
490 chmod a+r ${infodir}/$$f); \ 490 chmod a+r ${infodir}/$$f); \
@@ -494,7 +494,7 @@ install-arch-indep: mkdir info
494 thisdir=`/bin/pwd`; \ 494 thisdir=`/bin/pwd`; \
495 if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \ 495 if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \
496 then \ 496 then \
497 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 pcl-cvs pgg reftex sc ses sieve speedbar tramp vip viper widget woman smtpmail; do \ 497 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 \
498 (cd $${thisdir}; \ 498 (cd $${thisdir}; \
499 ${INSTALL_INFO} --info-dir=${infodir} ${infodir}/$$f); \ 499 ${INSTALL_INFO} --info-dir=${infodir} ${infodir}/$$f); \
500 done; \ 500 done; \
@@ -560,7 +560,7 @@ uninstall:
560 done 560 done
561 (cd ${archlibdir} && rm -f fns-*) 561 (cd ${archlibdir} && rm -f fns-*)
562 -rm -rf ${libexecdir}/emacs/${version} 562 -rm -rf ${libexecdir}/emacs/${version}
563 (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* sc* ses* vip* smtpmail*) 563 (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*)
564 (cd ${man1dir} && rm -f emacs${manext} emacsclient${manext} etags${manext} ctags${manext}) 564 (cd ${man1dir} && rm -f emacs${manext} emacsclient${manext} etags${manext} ctags${manext})
565 (cd ${bindir} && rm -f $(EMACSFULL) $(EMACS)) 565 (cd ${bindir} && rm -f $(EMACSFULL) $(EMACS))
566 566