summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2000-01-11 10:26:24 +0000
committerAndreas Schwab <schwab@suse.de>2000-01-11 10:26:24 +0000
commit317651edbcec7c5d32bad9493a09f77bcb596522 (patch)
tree19e4fe58278bd4b49bb3d90ce8bc276e78da8bb9 /Makefile.in
parent4b39528cda82d099a2d47d0abc9b0879c317178d (diff)
downloademacs-317651edbcec7c5d32bad9493a09f77bcb596522.tar.gz
(install-arch-indep): Update list of info files to
be installed.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 3c2c8fb1bf2..a2d3f8f203d 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* emacs* forms* gnus* info* message* mh-e* reftex* sc* vip* widget*; do \
+ 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 \
(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 emacs emacs-faq.info forms gnus info message mh-e reftex sc vip viper widget; do \
+ 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 \
(cd $${thisdir}; \
${INSTALL_INFO} --dir-file=${infodir}/dir --info-file=${infodir}/$$f); \
done; \