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 | 481125c17dc79eadcdfc26dc0157d40b182f0432 (patch) | |
tree | b3050711951c886fd7cbb7a17f4ed2e530d00a65 /Makefile.in | |
parent | 794ae9b5bd83d7d7504b3e6bc5375bcc10cefe77 (diff) | |
download | emacs-481125c17dc79eadcdfc26dc0157d40b182f0432.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); \ |