about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 21e9b1a..e46e89b 100644
--- a/Rakefile
+++ b/Rakefile
@@ -219,6 +219,6 @@ namespace :site do
   end
   
   desc "Upload the website, the rdocs, and the coverage report"
-  task :all => [:web, :rdoc, :coverage]
+  task :all => [:clean, :web, :rdoc, :coverage]
   
 end