Mercurial > emacs
changeset 15869:f7f9bd31bfaa
(install-arch-indep): Install info/messages.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 15 Aug 1996 18:48:58 +0000 |
parents | 6d13c67eb868 |
children | 0a2f89bd3c6b |
files | Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Thu Aug 15 03:03:16 1996 +0000 +++ b/Makefile.in Thu Aug 15 18:48:58 1996 +0000 @@ -375,7 +375,7 @@ cd ${srcdir}/info ; \ (cd $${thisdir}; ${INSTALL_DATA} ${srcdir}/info/dir ${infodir}/dir); \ (cd $${thisdir}; chmod a+r ${infodir}/dir); \ - for f in ccmode* cl* dired-x* ediff* emacs* forms* gnus* info* mh-e* sc* vip*; do \ + for f in ccmode* cl* dired-x* ediff* emacs* forms* gnus* info* message* mh-e* sc* vip*; do \ (cd $${thisdir}; \ ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \ chmod a+r ${infodir}/$$f); \