Enlightenment CVS committal Author : tsauerbeck Project : e17 Module : apps/euphoria
Dir : e17/apps/euphoria Modified Files: Rakefile Log Message: the default task depends on the themes task. added a clobber task that removes the themes =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/euphoria/Rakefile,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- Rakefile 7 May 2005 10:47:14 -0000 1.7 +++ Rakefile 7 May 2005 11:17:59 -0000 1.8 @@ -1,6 +1,7 @@ -# $Id: Rakefile,v 1.7 2005/05/07 10:47:14 tsauerbeck Exp $ +# $Id: Rakefile,v 1.8 2005/05/07 11:17:59 tsauerbeck Exp $ require "rbconfig" +require "rake/clean" sitelibdir = ENV["RUBYLIBDIR"] || Config::CONFIG["sitelibdir"] destdir = "#{ENV["DESTDIR"]}" @@ -10,6 +11,9 @@ "data/themes/#{t}/#{t}.edj" end +CLOBBER.include(themes) + +task :default => :themes task :themes => themes rule ".edj" => [".edc"] do |t| ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs