comparison Makefile.in @ 84481:334c557039a0

(install-arch-indep): Do not exclude the etc/ Makefiles.
author Glenn Morris <rgm@gnu.org>
date Wed, 12 Sep 2007 07:01:59 +0000
parents 65bff746a07a
children 32a99bd66e4c 14c4a6aac623
comparison
equal deleted inserted replaced
84480:46eb88ae6221 84481:334c557039a0
418 ## We install only the relevant DOC file if possible 418 ## We install only the relevant DOC file if possible
419 ## (ie DOC-${version}.buildnumber), otherwise DOC-${version}*. 419 ## (ie DOC-${version}.buildnumber), otherwise DOC-${version}*.
420 420
421 ## If people complain about the h flag in tar command, take that out. 421 ## If people complain about the h flag in tar command, take that out.
422 ## That flag is also used in leim/Makefile.in 422 ## That flag is also used in leim/Makefile.in
423
424 ## Note that the Makefiles in the etc directory are potentially useful
425 ## in an installed Emacs, so should not be excluded.
423 install-arch-indep: mkdir info 426 install-arch-indep: mkdir info
424 -set ${COPYDESTS} ; \ 427 -set ${COPYDESTS} ; \
425 unset CDPATH; \ 428 unset CDPATH; \
426 for dir in ${COPYDIR} ; do \ 429 for dir in ${COPYDIR} ; do \
427 if [ `(cd $$1 && /bin/pwd)` != `(cd $${dir} && /bin/pwd)` ] ; then \ 430 if [ `(cd $$1 && /bin/pwd)` != `(cd $${dir} && /bin/pwd)` ] ; then \
450 rm -f $${subdir}/.arch-inventory ; \ 453 rm -f $${subdir}/.arch-inventory ; \
451 rm -f $${subdir}/\#* ; \ 454 rm -f $${subdir}/\#* ; \
452 rm -f $${subdir}/.\#* ; \ 455 rm -f $${subdir}/.\#* ; \
453 rm -f $${subdir}/*~ ; \ 456 rm -f $${subdir}/*~ ; \
454 rm -f $${subdir}/*.orig ; \ 457 rm -f $${subdir}/*.orig ; \
455 rm -f $${subdir}/[mM]akefile* ; \ 458 [ "$${dir}" != "${srcdir}/etc" ] && \
459 rm -f $${subdir}/[mM]akefile* ; \
456 rm -f $${subdir}/ChangeLog* ; \ 460 rm -f $${subdir}/ChangeLog* ; \
457 rm -f $${subdir}/dired.todo ; \ 461 rm -f $${subdir}/dired.todo ; \
458 done) ; \ 462 done) ; \
459 done 463 done
460 -rm -f $(DESTDIR)${lispdir}/subdirs.el 464 -rm -f $(DESTDIR)${lispdir}/subdirs.el