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: Bill K. <nb...@so...> - 2005-10-10 17:06:47
|
On Mon, Oct 10, 2005 at 08:43:44AM -0300, Ben Armstrong wrote: > 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. Ah, for the moment, I've simply hacked it by doing this: mv tuxpaint tuxpaint-0.9.15 But yeah, it would be good if there were a target that duplicated the source tree into a versioned directory. Maybe using that 'find' to copy only the files we want, and then a simple 'tar' to roll it together. -bill! |