aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2000-02-18 15:34:38 +0000
committerAndreas Schwab2000-02-18 15:34:38 +0000
commit960c7f666fbe6cf9f08ff270684269d6cacf68fe (patch)
tree1a366da430314f4756c2749ba4744d77c9c64686
parentcc8b5a70d28e14948c629b59f8058c5468aa8baf (diff)
downloademacs-960c7f666fbe6cf9f08ff270684269d6cacf68fe.tar.gz
emacs-960c7f666fbe6cf9f08ff270684269d6cacf68fe.zip
(install-arch-indep): Add eudc to 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 58074c93ba2..75d061815ce 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -398,7 +398,7 @@ install-arch-indep: mkdir info
398 chmod a+r ${infodir}/dir); \ 398 chmod a+r ${infodir}/dir); \
399 fi; \ 399 fi; \
400 cd ${srcdir}/info ; \ 400 cd ${srcdir}/info ; \
401 for f in ada-mode* autotype* ccmode* cl* dired-x* ediff* efaq* emacs* forms* gnus* idlwave* info* message* mh-e* reftex* sc* vip* widget*; do \ 401 for f in ada-mode* autotype* ccmode* cl* dired-x* ediff* efaq* emacs* eudc* forms* gnus* idlwave* info* message* mh-e* reftex* sc* vip* widget*; do \
402 (cd $${thisdir}; \ 402 (cd $${thisdir}; \
403 ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \ 403 ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \
404 chmod a+r ${infodir}/$$f); \ 404 chmod a+r ${infodir}/$$f); \
@@ -408,7 +408,7 @@ install-arch-indep: mkdir info
408 thisdir=`/bin/pwd`; \ 408 thisdir=`/bin/pwd`; \
409 if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \ 409 if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \
410 then \ 410 then \
411 for f in ada-mode autotype ccmode cl dired-x ediff efaq emacs forms gnus idlwave info message mh-e reftex sc vip viper widget; do \ 411 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; do \
412 (cd $${thisdir}; \ 412 (cd $${thisdir}; \
413 ${INSTALL_INFO} --dir-file=${infodir}/dir --info-file=${infodir}/$$f); \ 413 ${INSTALL_INFO} --dir-file=${infodir}/dir --info-file=${infodir}/$$f); \
414 done; \ 414 done; \