From: Andreas Schwab Date: Mon, 3 Jan 2000 11:30:15 +0000 (+0000) Subject: (install-arch-indep): Install autotype*. Run X-Git-Tag: emacs-pretest-21.0.90~5548 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9abb2056be8b65292a2e7ffe922bf071d900b05e;p=emacs.git (install-arch-indep): Install autotype*. Run install-info on autotype and emacs-faq.info. --- diff --git a/Makefile.in b/Makefile.in index 3ddc8980682..3c2c8fb1bf2 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* ccmode* cl* dired-x* ediff* emacs* forms* gnus* info* message* mh-e* reftex* sc* vip* widget*; do \ + for f in ada-mode* autotype* ccmode* cl* dired-x* ediff* emacs* forms* gnus* 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 ccmode cl dired-x ediff emacs forms gnus info message mh-e reftex sc vip viper widget; do \ + for f in ada-mode autotype ccmode cl dired-x ediff emacs emacs-faq.info forms gnus info message mh-e reftex sc vip viper widget; do \ (cd $${thisdir}; \ ${INSTALL_INFO} --dir-file=${infodir}/dir --info-file=${infodir}/$$f); \ done; \