Also omit .#* cvs backup files from release.
This commit is contained in:
parent
c2d0b63b44
commit
d01151bc74
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue