Tweaked target "relase" for git tree
This commit is contained in:
parent
c6806d9502
commit
7c6037cbbc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -317,7 +317,7 @@ build/tuxpaint-$(VER_VERSION):
|
||||||
@echo
|
@echo
|
||||||
@mkdir -p build/tuxpaint-$(VER_VERSION)
|
@mkdir -p build/tuxpaint-$(VER_VERSION)
|
||||||
@find . -follow \
|
@find . -follow \
|
||||||
\( -wholename '*/CVS' -o -name .thumbs -o -name .cvsignore -o -name 'dummy.o' -o -name 'build' -o -name '.#*' \) \
|
\( -wholename '*/.git' -o -name .gitignore -o -name .thumbs -o -name .cvsignore -o -name 'dummy.o' -o -name 'build' -o -name '.#*' \) \
|
||||||
-prune -o -type f -exec cp --parents -vdp \{\} build/tuxpaint-$(VER_VERSION)/ \;
|
-prune -o -type f -exec cp --parents -vdp \{\} build/tuxpaint-$(VER_VERSION)/ \;
|
||||||
|
|
||||||
.PHONY: release
|
.PHONY: release
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue