aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2000-10-01 14:46:36 +0000
committerAndreas Schwab2000-10-01 14:46:36 +0000
commit16feb35041b40271bb50458ef33d310b80c4f38e (patch)
tree48bcf3cc037ab9991440ad887b421cd67fbf73bb
parent4ad5da8fd1f219ca9b246f207824340ccfa34627 (diff)
downloademacs-16feb35041b40271bb50458ef33d310b80c4f38e.tar.gz
emacs-16feb35041b40271bb50458ef33d310b80c4f38e.zip
(install-arch-indep): Update list of installed info
files.
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index d46b0a9f6cc..76a42af7cc0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -400,7 +400,7 @@ install-arch-indep: mkdir info
400 chmod a+r ${infodir}/dir); \ 400 chmod a+r ${infodir}/dir); \
401 fi; \ 401 fi; \
402 cd ${srcdir}/info ; \ 402 cd ${srcdir}/info ; \
403 for f in ada-mode* autotype* ccmode* cl* dired-x* ebrowse* ediff* efaq* emacs* eudc* forms* gnus* idlwave* info* message* mh-e* reftex* sc* vip* widget* pcl-cvs; do \ 403 for f in ada-mode* autotype* ccmode* cl* dired-x* ebrowse* ediff* efaq* emacs* eudc* forms* gnus* idlwave* info* message* mh-e* pcl-cvs* reftex* sc* vip* widget* woman*; do \
404 (cd $${thisdir}; \ 404 (cd $${thisdir}; \
405 ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \ 405 ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \
406 chmod a+r ${infodir}/$$f); \ 406 chmod a+r ${infodir}/$$f); \
@@ -410,7 +410,7 @@ install-arch-indep: mkdir info
410 thisdir=`/bin/pwd`; \ 410 thisdir=`/bin/pwd`; \
411 if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \ 411 if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \
412 then \ 412 then \
413 for f in ada-mode autotype ccmode cl dired-x ediff efaq emacs eudc forms gnus idlwave info message mh-e reftex sc vip viper widget pcl-cvs; do \ 413 for f in ada-mode autotype ccmode cl dired-x ebrowse ediff efaq emacs emacs-mime eudc forms gnus idlwave info message mh-e pcl-cvs reftex sc vip viper widget woman; do \
414 (cd $${thisdir}; \ 414 (cd $${thisdir}; \
415 ${INSTALL_INFO} --dir-file=${infodir}/dir --info-file=${infodir}/$$f); \ 415 ${INSTALL_INFO} --dir-file=${infodir}/dir --info-file=${infodir}/$$f); \
416 done; \ 416 done; \