diff options
author | murphy <murphy@rubychan.de> | 2005-12-05 17:59:17 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2005-12-05 17:59:17 +0000 |
commit | 7c96846e16ae60d8797ef37d83cb6b0f0553ef2e (patch) | |
tree | b1ba6c6b9941f80e2b3b38be3fb8a64dd86e1241 /Rakefile | |
parent | 300032def4f1f4fe2227612c5c045cb72225546f (diff) | |
download | coderay-7c96846e16ae60d8797ef37d83cb6b0f0553ef2e.tar.gz |
Some fixes for cYcnus style (capital Y makes problems)
Fixes in the coderay_rdoc_template.
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -226,8 +226,8 @@ end desc 'Upload example to ' + FTP_DOMAIN
task :up_example do
- g 'Highlighting self...'
- system 'ruby -wIlib ../hidden/highlight.rb -1 -L -I lib lib/coderay'
+ gn 'Highlighting self...'
+ system 'ruby -wIlib ../hidden/highlight.rb -1 -L -I lib lib/coderay/**/'
gd
gn 'Uploading example:'
cYcnus_ftp do |ftp|
|