aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2000-01-03 11:30:15 +0000
committerAndreas Schwab2000-01-03 11:30:15 +0000
commit9abb2056be8b65292a2e7ffe922bf071d900b05e (patch)
treedfc89b913744b9614ae128770f4d9204abf0622d
parent0aad4805af57b4a1286918ce01a9ce4032c0fec0 (diff)
downloademacs-9abb2056be8b65292a2e7ffe922bf071d900b05e.tar.gz
emacs-9abb2056be8b65292a2e7ffe922bf071d900b05e.zip
(install-arch-indep): Install autotype*. Run
install-info on autotype and emacs-faq.info.
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
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
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* ccmode* cl* dired-x* ediff* emacs* forms* gnus* info* message* mh-e* reftex* sc* vip* widget*; do \ 401 for f in ada-mode* autotype* ccmode* cl* dired-x* ediff* emacs* forms* gnus* 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 ccmode cl dired-x ediff emacs forms gnus info message mh-e reftex sc vip viper widget; do \ 411 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 \
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; \