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 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"