summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 630edf5..b37b869 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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|