Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2010-05-12 20:19:41 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2010-05-12 20:19:41 (GMT)
commitc8ba68e1e3664b8fb7fb4be9772d458ab069ad91 (patch)
tree92efbba0f2a0b007b863a01bc4dcae5abb5c52e4 /Makefile
parent2ed7f9a8446d6c876743164dff86f68408bd932e (diff)
Run on 0.82 under rainbow
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 389bba9..8f188d1 100644
--- a/Makefile
+++ b/Makefile
@@ -280,7 +280,9 @@ build/tuxpaint-$(VER_VERSION):
@echo
@mkdir -p build/tuxpaint-$(VER_VERSION)
@find . -follow \
- \( -wholename '*/CVS' -o name .thumbs -o -name .cvsignore -o -name 'dummy.o' -o -name 'build' -o -name '.#*' \) \
+ \( -wholename '*/CVS' -o -path './.thumbs*' -o -name .cvsignore -o -name 'dummy.o' \
+ -o -path './build/*' -o -name '.#*' -o -path './.git*' -o -path './.0sugar*' \
+ -o -name '*.tar.*' -o -path './obj/[^.]*' \) \
-prune -o -type f -exec cp --parents -vdp \{\} build/tuxpaint-$(VER_VERSION)/ \;
.PHONY: release