aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-04-19 23:12:49 +0000
committerRichard M. Stallman1994-04-19 23:12:49 +0000
commit3c6bcbe7088f22ce308df0dfbce72e1047b76e64 (patch)
treea8b6802e2a63a632093ea92e02fa5aee0ec37321
parent6385c56009831be4fa607554600377137dac5212 (diff)
downloademacs-3c6bcbe7088f22ce308df0dfbce72e1047b76e64.tar.gz
emacs-3c6bcbe7088f22ce308df0dfbce72e1047b76e64.zip
(install-arch-indep): Don't install dired-x*.
-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
310 if [ ! -f ${infodir}/dir ] && [ -f dir ]; then \ 310 if [ ! -f ${infodir}/dir ] && [ -f dir ]; then \
311 (cd $${thisdir}; ${INSTALL_DATA} ${srcdir}/info/dir ${infodir}/dir); \ 311 (cd $${thisdir}; ${INSTALL_DATA} ${srcdir}/info/dir ${infodir}/dir); \
312 fi ; \ 312 fi ; \
313 for f in cl* emacs* dired-x* forms* gnus* info* sc* vip* ; do \ 313 for f in cl* emacs* forms* gnus* info* sc* vip* ; do \
314 (cd $${thisdir}; ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f); \ 314 (cd $${thisdir}; ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f); \
315 done); \ 315 done); \
316 else true; fi 316 else true; fi