Re: [Tuxpaint-devel] Tux Paint 0.9.15 release plans
An award-winning drawing program for children of all ages
Brought to you by:
wkendrick
From: Ben A. <sy...@sa...> - 2005-10-10 11:43:59
|
On Sun, 2005-10-09 at 17:10 -0700, Bill Kendrick wrote: > I've added a "make release" target. Thx! :) @cd .. ; \ find tuxpaint-$(VER_VERSION) -follow \ \( -wholename '*/CVS' -o -name .cvsignore \) \ -prune -o -type f -print0 | \ xargs -0 tar -czvf tuxpaint-$(VER_VERSION).tar.gz What creates the tuxpaint-$(VER_VERSION) tree? I could find no target that does this. Perhaps you created this tree manually? The "release" target needs to either do this itself or depend on a target that does this. Ben |