summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-04-19 23:12:49 +0000
committerRichard M. Stallman <rms@gnu.org>1994-04-19 23:12:49 +0000
commit3c6bcbe7088f22ce308df0dfbce72e1047b76e64 (patch)
treea8b6802e2a63a632093ea92e02fa5aee0ec37321 /Makefile.in
parent6385c56009831be4fa607554600377137dac5212 (diff)
downloademacs-3c6bcbe7088f22ce308df0dfbce72e1047b76e64.tar.gz
(install-arch-indep): Don't install dired-x*.
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 c5c0024dbd6..5f0de13c5d6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -310,7 +310,7 @@ install-arch-indep: mkdir
if [ ! -f ${infodir}/dir ] && [ -f dir ]; then \
(cd $${thisdir}; ${INSTALL_DATA} ${srcdir}/info/dir ${infodir}/dir); \
fi ; \
- for f in cl* emacs* dired-x* forms* gnus* info* sc* vip* ; do \
+ for f in cl* emacs* forms* gnus* info* sc* vip* ; do \
(cd $${thisdir}; ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f); \
done); \
else true; fi