Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwkendrick <wkendrick>2010-04-27 22:07:26 (GMT)
committer wkendrick <wkendrick>2010-04-27 22:07:26 (GMT)
commit81afd7b307cf9902fc7e2c020e2b0bab726cb803 (patch)
tree19b7d804c7c638839a71a807e197185d1276afd6
parentc1ca0a197b0db12bffc1eb388f4ed2081371b290 (diff)
Ignoring generated-thumbnails directories in CVS.
Ignoring generated-thumbnails directories when building a source release.
-rw-r--r--.cvsignore1
-rw-r--r--Makefile6
2 files changed, 4 insertions, 3 deletions
diff --git a/.cvsignore b/.cvsignore
index 23582be..25274f2 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,3 +1,4 @@
tuxpaint
trans
tp-magic-config
+starters/.thumbs
diff --git a/Makefile b/Makefile
index 9607500..e8435b9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
# Tux Paint - A simple drawing program for children.
-# Copyright (c) 2002-2009 by Bill Kendrick and others
+# Copyright (c) 2002-2010 by Bill Kendrick and others
# bill@newbreedsoftware.com
# http://www.tuxpaint.org/
-# June 14, 2002 - February 24, 2010
+# June 14, 2002 - April 27, 2010
# The version number, for release:
@@ -278,7 +278,7 @@ build/tuxpaint-$(VER_VERSION):
@echo
@mkdir -p build/tuxpaint-$(VER_VERSION)
@find . -follow \
- \( -wholename '*/CVS' -o -name .cvsignore -o -name 'dummy.o' -o -name 'build' -o -name '.#*' \) \
+ \( -wholename '*/CVS' -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)/ \;
.PHONY: release