# HG changeset patch # User Andreas Schwab # Date 950888078 0 # Node ID a2cc26f29acdcd11e97315136de828e6d417aa22 # Parent 2c96ca151eaa7c1a28468a83a7f44b0c7457c48a (install-arch-indep): Add eudc to list of installed info files. diff -r 2c96ca151eaa -r a2cc26f29acd Makefile.in --- a/Makefile.in Fri Feb 18 14:54:18 2000 +0000 +++ b/Makefile.in Fri Feb 18 15:34:38 2000 +0000 @@ -398,7 +398,7 @@ chmod a+r ${infodir}/dir); \ fi; \ cd ${srcdir}/info ; \ - 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 \ + 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 \ (cd $${thisdir}; \ ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \ chmod a+r ${infodir}/$$f); \ @@ -408,7 +408,7 @@ thisdir=`/bin/pwd`; \ if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \ then \ - 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 \ + 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 \ (cd $${thisdir}; \ ${INSTALL_INFO} --dir-file=${infodir}/dir --info-file=${infodir}/$$f); \ done; \