From 096321d515356025c9f039ff4d2a1a1dd13b2d29 Mon Sep 17 00:00:00 2001 From: evanweaver Date: Sat, 27 Oct 2007 09:25:57 +0000 Subject: webgen always fails after clean, so we'll just run it twice git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@805 19e92222-5c0b-0410-8929-a290d50e31e9 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') 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" -- cgit v1.2.3-24-ge0c7