comparison Makefile.in @ 28850:1fdfc579d0bd

(install-arch-indep): Filter CVS as well as RCS.
author Dave Love <fx@gnu.org>
date Wed, 10 May 2000 18:01:39 +0000
parents 4619454313ce
children e4bac51dfe65
comparison
equal deleted inserted replaced
28849:76e727bc0dfd 28850:1fdfc579d0bd
335 [ -d $${dir} ] \ 335 [ -d $${dir} ] \
336 && [ `(cd $${dir} && /bin/pwd)` != `(cd $${dest} && /bin/pwd)` ] \ 336 && [ `(cd $${dir} && /bin/pwd)` != `(cd $${dest} && /bin/pwd)` ] \
337 && (echo "Copying $${dir} to $${dest}..." ; \ 337 && (echo "Copying $${dir} to $${dest}..." ; \
338 (cd $${dir}; tar -cf - . ) \ 338 (cd $${dir}; tar -cf - . ) \
339 |(cd $${dest};umask 022; tar -xvf - && cat > /dev/null); \ 339 |(cd $${dest};umask 022; tar -xvf - && cat > /dev/null); \
340 for subdir in `find $${dest} -type d ! -name RCS -print` ; do \ 340 for subdir in `find $${dest} -type d ! -name RCS ! -name CVS -print` ; do \
341 chmod a+rx $${subdir} ; \ 341 chmod a+rx $${subdir} ; \
342 rm -rf $${subdir}/RCS ; \ 342 rm -rf $${subdir}/RCS ; \
343 rm -rf $${subdir}/CVS ; \ 343 rm -rf $${subdir}/CVS ; \
344 rm -f $${subdir}/\#* ; \ 344 rm -f $${subdir}/\#* ; \
345 rm -f $${subdir}/.\#* ; \ 345 rm -f $${subdir}/.\#* ; \
609 @echo "We don't have any tests for GNU Emacs yet." 609 @echo "We don't have any tests for GNU Emacs yet."
610 610
611 dist: 611 dist:
612 cd ${srcdir}; ./make-dist 612 cd ${srcdir}; ./make-dist
613 613
614 .PHONY: info dvi dist check 614 .PHONY: info dvi dist check html
615 force-info: 615 force-info:
616 info: force-info 616 info: force-info
617 # Note that man/Makefile knows how to 617 # Note that man/Makefile knows how to
618 # put the info files in $(srcdir), 618 # put the info files in $(srcdir),
619 # so we can do ok running make in the build dir. 619 # so we can do ok running make in the build dir.