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
commitffd25f9360e902378bbc20604a51e5186280e8b8 (patch)
tree57db789e70d7fff9ee5ce5cc70996da33057632a /Makefile.in
parent83edb7ee844ced9b196e68cc83942a22f3498f9b (diff)
downloademacs-ffd25f9360e902378bbc20604a51e5186280e8b8.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