aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann1999-10-07 21:23:41 +0000
committerGerd Moellmann1999-10-07 21:23:41 +0000
commit5af4c500a2fbb095cf4d6a66d3aa3664fe12e6c1 (patch)
tree2c136ca57df8e8ee8394d6e055b7595772375a06
parenta226b66dad9f13a61dfaefbb4e48da6dfee22efc (diff)
downloademacs-5af4c500a2fbb095cf4d6a66d3aa3664fe12e6c1.tar.gz
emacs-5af4c500a2fbb095cf4d6a66d3aa3664fe12e6c1.zip
(install-arch-indep): Add ada-mode.
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 9782c22acc2..eaf1c4a3784 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -392,7 +392,7 @@ install-arch-indep: mkdir
392 chmod a+r ${infodir}/dir); \ 392 chmod a+r ${infodir}/dir); \
393 fi; \ 393 fi; \
394 cd ${srcdir}/info ; \ 394 cd ${srcdir}/info ; \
395 for f in ccmode* cl* dired-x* ediff* emacs* forms* gnus* info* message* mh-e* reftex* sc* vip* widget*; do \ 395 for f in ada-mode* ccmode* cl* dired-x* ediff* emacs* forms* gnus* info* message* mh-e* reftex* sc* vip* widget*; do \
396 (cd $${thisdir}; \ 396 (cd $${thisdir}; \
397 ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \ 397 ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \
398 chmod a+r ${infodir}/$$f); \ 398 chmod a+r ${infodir}/$$f); \
@@ -401,7 +401,7 @@ install-arch-indep: mkdir
401 -thisdir=`/bin/pwd`; \ 401 -thisdir=`/bin/pwd`; \
402 if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \ 402 if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \
403 then \ 403 then \
404 for f in ccmode cl dired-x ediff emacs forms gnus info message mh-e reftex sc vip viper widget; do \ 404 for f in ada-mode ccmode cl dired-x ediff emacs forms gnus info message mh-e reftex sc vip viper widget; do \
405 (cd $${thisdir}; \ 405 (cd $${thisdir}; \
406 ${INSTALL_INFO} --dir-file=${infodir}/dir --info-file=${infodir}/$$f); \ 406 ${INSTALL_INFO} --dir-file=${infodir}/dir --info-file=${infodir}/$$f); \
407 done; \ 407 done; \