]> git.eshelyaron.com Git - emacs.git/commitdiff
(install-arch-indep): Update list of info files to
authorAndreas Schwab <schwab@suse.de>
Tue, 11 Jan 2000 10:26:24 +0000 (10:26 +0000)
committerAndreas Schwab <schwab@suse.de>
Tue, 11 Jan 2000 10:26:24 +0000 (10:26 +0000)
be installed.

Makefile.in

index 3c2c8fb1bf2dcadb654b42f591baa04036d5927a..a2d3f8f203d8789e6158bd6bd309f5d8013d43cc 100644 (file)
@@ -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; \