Also omit .#* cvs backup files from release.

This commit is contained in:
Ben Armstrong 2005-10-14 23:13:56 +00:00
parent c2d0b63b44
commit d01151bc74

View file

@ -137,7 +137,7 @@ build/tuxpaint-$(VER_VERSION):
@echo
@mkdir -p build/tuxpaint-$(VER_VERSION)
@find . -follow \
\( -wholename '*/CVS' -o -name .cvsignore -o -name 'build' \) \
\( -wholename '*/CVS' -o -name .cvsignore -o -name 'build' -o -name '.#*' \) \
-prune -o -type f -exec cp --parents -vdp \{\} build/tuxpaint-$(VER_VERSION)/ \;
release: releasedir