aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2007-09-12 07:03:18 +0000
committerGlenn Morris <[email protected]>2007-09-12 07:03:18 +0000
commit5a6a83f216e499e598bc95d2ae6b820ae004ea6c (patch)
treea073443750190ffbee428be64dec05f8c33a6d30 /Makefile.in
parenta3372e09676753438a3f6260e3230cc490c3736a (diff)
(install-arch-indep): Do not exclude the etc/ Makefiles.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index dc32128e7c..acf865239f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -420,6 +420,9 @@ install-arch-dep: mkdir
## If people complain about the h flag in tar command, take that out.
## That flag is also used in leim/Makefile.in
+
+## Note that the Makefiles in the etc directory are potentially useful
+## in an installed Emacs, so should not be excluded.
install-arch-indep: mkdir info
-set ${COPYDESTS} ; \
unset CDPATH; \
@@ -452,7 +455,8 @@ install-arch-indep: mkdir info
rm -f $${subdir}/.\#* ; \
rm -f $${subdir}/*~ ; \
rm -f $${subdir}/*.orig ; \
- rm -f $${subdir}/[mM]akefile* ; \
+ [ "$${dir}" != "${srcdir}/etc" ] && \
+ rm -f $${subdir}/[mM]akefile* ; \
rm -f $${subdir}/ChangeLog* ; \
rm -f $${subdir}/dired.todo ; \
done) ; \