Index: lang/ruby/rdoc/generators/template/html/resh/gem/Rakefile
===================================================================
--- lang/ruby/rdoc/generators/template/html/resh/gem/Rakefile (revision 427)
+++ lang/ruby/rdoc/generators/template/html/resh/gem/Rakefile (revision 428)
@@ -13,5 +13,5 @@
 AUTHOR = "cho45"
 EMAIL = "cho45@lowreal.net"
-DESCRIPTION = ""
+DESCRIPTION = "A RDoc template."
 RUBYFORGE_PROJECT = "lowreal"
 HOMEPATH = "http://#{RUBYFORGE_PROJECT}.rubyforge.org/#{NAME}/"
@@ -114,5 +114,5 @@
 
 desc 'Package and upload the release to rubyforge.'
-task :release => [:clean, :package] do |t|
+task :release => [:clean, :package, :release_local] do |t|
 	v = ENV["VERSION"] or abort "Must supply VERSION=x.y.z"
 	abort "Versions don't match #{v} vs #{VERS}" unless v == VERS
