Ignoring generated-thumbnails directories in CVS.
Ignoring generated-thumbnails directories when building a source release.
This commit is contained in:
parent
be2b5537b3
commit
5e8594c409
2 changed files with 4 additions and 3 deletions
|
|
@ -1,3 +1,4 @@
|
|||
tuxpaint
|
||||
trans
|
||||
tp-magic-config
|
||||
starters/.thumbs
|
||||
|
|
|
|||
6
Makefile
6
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue