aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Walters2001-11-22 06:05:12 +0000
committerColin Walters2001-11-22 06:05:12 +0000
commitdddbf93e382b46c7e17290cc0a3fc8d513cff02c (patch)
tree8906838c61326da80b6e2bc8055a9253bb95d1a6
parentb23d58ff83e31c08d1f0295caf999d04e74f8690 (diff)
downloademacs-dddbf93e382b46c7e17290cc0a3fc8d513cff02c.tar.gz
emacs-dddbf93e382b46c7e17290cc0a3fc8d513cff02c.zip
(install-arch-indep): Install the calc .info files.
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index a9a5452fc92..29fa39f9127 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -436,7 +436,7 @@ install-arch-indep: mkdir info
436 chmod a+r ${infodir}/dir); \ 436 chmod a+r ${infodir}/dir); \
437 fi; \ 437 fi; \
438 cd ${srcdir}/info ; \ 438 cd ${srcdir}/info ; \
439 for f in ada-mode* autotype* ccmode* cl* dired-x* ebrowse* ediff* efaq* elisp* emacs* eshell* eudc* forms* gnus* idlwave* info* message* mh-e* pcl-cvs* reftex* sc* speedbar* vip* widget* woman*; do \ 439 for f in ada-mode* autotype* calc* ccmode* cl* dired-x* ebrowse* ediff* efaq* elisp* emacs* eshell* eudc* forms* gnus* idlwave* info* message* mh-e* pcl-cvs* reftex* sc* speedbar* vip* widget* woman*; do \
440 (cd $${thisdir}; \ 440 (cd $${thisdir}; \
441 ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \ 441 ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \
442 chmod a+r ${infodir}/$$f); \ 442 chmod a+r ${infodir}/$$f); \
@@ -446,7 +446,7 @@ install-arch-indep: mkdir info
446 thisdir=`/bin/pwd`; \ 446 thisdir=`/bin/pwd`; \
447 if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \ 447 if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \
448 then \ 448 then \
449 for f in ada-mode autotype ccmode cl dired-x ebrowse ediff efaq elisp emacs emacs-mime eshell eudc forms gnus idlwave info message mh-e pcl-cvs reftex sc speedbar vip viper widget woman; do \ 449 for f in ada-mode autotype calc ccmode cl dired-x ebrowse ediff efaq elisp emacs emacs-mime eshell eudc forms gnus idlwave info message mh-e pcl-cvs reftex sc speedbar vip viper widget woman; do \
450 (cd $${thisdir}; \ 450 (cd $${thisdir}; \
451 ${INSTALL_INFO} --info-dir=${infodir} ${infodir}/$$f); \ 451 ${INSTALL_INFO} --info-dir=${infodir} ${infodir}/$$f); \
452 done; \ 452 done; \