diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-08-15 18:48:58 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-08-15 18:48:58 +0000 |
commit | 44f4198d01266359ce39194566a6a868e330d5cc (patch) | |
tree | 00d5d33639efd919110f7e2f72ab699290cfa9cf /Makefile.in | |
parent | c40c2f9dd434ebf6098eff0a16fb0c7ca2c4ecc5 (diff) | |
download | emacs-44f4198d01266359ce39194566a6a868e330d5cc.tar.gz |
(install-arch-indep): Install info/messages.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index dc5d06cac87..8524e5973c1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -375,7 +375,7 @@ install-arch-indep: mkdir 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); \ |