summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-08-15 18:48:58 +0000
committerRichard M. Stallman <rms@gnu.org>1996-08-15 18:48:58 +0000
commit481125c17dc79eadcdfc26dc0157d40b182f0432 (patch)
treeb3050711951c886fd7cbb7a17f4ed2e530d00a65 /Makefile.in
parent794ae9b5bd83d7d7504b3e6bc5375bcc10cefe77 (diff)
downloademacs-481125c17dc79eadcdfc26dc0157d40b182f0432.tar.gz
(install-arch-indep): Install info/messages.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
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); \