diff options
author | murphy <murphy@rubychan.de> | 2006-03-16 00:32:51 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2006-03-16 00:32:51 +0000 |
commit | 82223db2ebdfadeb48e615f3510db54eb600a3c7 (patch) | |
tree | 343d129103f08fe5f1071c96c9c7f2bd7a9e4e4e /Rakefile | |
parent | 8948c623203aace20aa537f362a114624f1b0d63 (diff) | |
download | coderay-82223db2ebdfadeb48e615f3510db54eb600a3c7.tar.gz |
Fixed HTML encoder again. (Run the test, baka!)
Added jarh.out.raydebug test output.
Fixed a typo in Rakefile.
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -257,7 +257,7 @@ task :up_doc => :rdoc do end
RUBYFORGE_TRUNK_DIR = 'L:/rubyforge/trunk/coderay/trunk'
-desc 'Export trunk to Rubyforge working copy vis SVN'
+desc 'Export trunk to Rubyforge working copy via SVN'
task :export do
system 'svn st'
puts 'Exporting changelog.'
|