diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-04-19 23:12:49 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-04-19 23:12:49 +0000 |
commit | 3c6bcbe7088f22ce308df0dfbce72e1047b76e64 (patch) | |
tree | a8b6802e2a63a632093ea92e02fa5aee0ec37321 /Makefile.in | |
parent | 6385c56009831be4fa607554600377137dac5212 (diff) | |
download | emacs-3c6bcbe7088f22ce308df0dfbce72e1047b76e64.tar.gz |
(install-arch-indep): Don't install dired-x*.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
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 |