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 09:25:57 +0000
committerevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2007-10-27 09:25:57 +0000
commit096321d515356025c9f039ff4d2a1a1dd13b2d29 (patch)
tree401ab2df916fab07956776082452fe4b1bc81fd2 /Rakefile
parentffa6a0607ffb7a7132ea5431d15c9971d4aad941 (diff)
downloadunicorn-096321d515356025c9f039ff4d2a1a1dd13b2d29.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@805 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 f82bd93..c855721 100644
--- a/Rakefile
+++ b/Rakefile
@@ -204,7 +204,7 @@ namespace :site do
   desc "Upload the website"
   task :web do
     # Requires the 'webgem' gem and the 'atom-tools' gem
-    sh "cd site; webgen; ruby atom.rb > output/feed.atom; rsync -azv --no-perms --no-times output/* rubyforge.org:/var/www/gforge-projects/mongrel/"
+    sh "cd site; webgen; webgen; ruby atom.rb > output/feed.atom; rsync -azv --no-perms --no-times output/* rubyforge.org:/var/www/gforge-projects/mongrel/"
   end
   
   desc "Upload the rdocs"