about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2007-10-27 08:49:57 +0000
committerevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2007-10-27 08:49:57 +0000
commitc1f781a3b96ca1afe59772521c5cb93917c2cff8 (patch)
treeaef5e5f1a6a3298bd849f68bd76087d03b11c8b7 /Rakefile
parent7c2b31b577375a79a1d9ca8552eac5689de18442 (diff)
downloadunicorn-c1f781a3b96ca1afe59772521c5cb93917c2cff8.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@795 19e92222-5c0b-0410-8929-a290d50e31e9
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