(install-arch-indep): Install ebrowse.info.

This commit is contained in:
Gerd Moellmann 2000-05-25 21:06:28 +00:00
parent 931d0724dd
commit 8711588dc4
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@
* Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
On FreeBSD, the exit status is 1 if CDPATH is not set.
(install-arch-indep): Install ebrowse.info.
2000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>

View file

@ -400,7 +400,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* efaq* emacs* eudc* forms* gnus* idlwave* info* message* mh-e* reftex* sc* vip* widget*; do \
for f in ada-mode* autotype* ccmode* cl* dired-x* ebrowse* ediff* efaq* emacs* eudc* 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); \