From: <at...@us...> - 2007-08-14 05:07:09
|
Revision: 462 http://cadcdev.svn.sourceforge.net/cadcdev/?rev=462&view=rev Author: atani Date: 2007-08-13 22:07:06 -0700 (Mon, 13 Aug 2007) Log Message: ----------- move snapshots to tiki dir Modified Paths: -------------- tiki/Makefile Modified: tiki/Makefile =================================================================== --- tiki/Makefile 2007-08-14 00:29:26 UTC (rev 461) +++ tiki/Makefile 2007-08-14 05:07:06 UTC (rev 462) @@ -19,6 +19,6 @@ -mkdir dist -mkdir dist/$(SVN_VERSION) $(MAKE) -C $(@:_package=) package SVN_VERSION=$(SVN_VERSION) - scp -rq dist/$(SVN_VERSION) tr...@at...:public_html/snapshots + scp -rq dist/$(SVN_VERSION) tr...@at...:public_html/snapshots/tiki .PHONY: win32 dc gp2x osx sdl nds This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |