diff options
author | Andreas Schwab <schwab@suse.de> | 2000-02-18 15:34:38 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2000-02-18 15:34:38 +0000 |
commit | 960c7f666fbe6cf9f08ff270684269d6cacf68fe (patch) | |
tree | 1a366da430314f4756c2749ba4744d77c9c64686 /Makefile.in | |
parent | cc8b5a70d28e14948c629b59f8058c5468aa8baf (diff) | |
download | emacs-960c7f666fbe6cf9f08ff270684269d6cacf68fe.tar.gz |
(install-arch-indep): Add eudc to list of installed
info files.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
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 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 @@ install-arch-indep: mkdir info 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; \ |