summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-08-11 05:53:25 +0000
committerRichard M. Stallman <rms@gnu.org>1993-08-11 05:53:25 +0000
commit19bd42363e7d03a67667a0d55e7d1524caae7776 (patch)
treea99f99565f9517b09b63b5a9e09912169c02b8a0 /Makefile.in
parent2f24f5ac0cba52614dd6153e689bc1827af432e1 (diff)
downloademacs-19bd42363e7d03a67667a0d55e7d1524caae7776.tar.gz
(do-install): Install info/gnus*.
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 101b7d6eeba..f79d6716e3d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -364,7 +364,7 @@ do-install: mkdir
if [ ! -f ${infodir}/dir ] && [ -f dir ]; then \
${INSTALL_DATA} dir ${infodir}/dir ; \
fi ; \
- for f in cl* emacs* forms* info* vip* ; do \
+ for f in cl* emacs* forms* gnus* info* vip* ; do \
${INSTALL_DATA} $$f ${infodir}/$$f ; \
done); \
else true; fi