<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -61,16 +61,16 @@ begin
       end
     
       desc &quot;Publish RDoc to RubyForge.&quot;
-      task :docs =&gt; [:rdoc] do
+      task :docs =&gt; [:rdoc, :website] do
         config = YAML.load(
             File.read(File.expand_path('~/.rubyforge/user-config.yml'))
         )
  
         host = &quot;#{config['username']}@rubyforge.org&quot;
-        remote_dir = &quot;/var/www/gforge-projects/clickatell/&quot; # Should be the same as the rubyforge project name
-        local_dir = 'rdoc'
+        remote_dir = &quot;/var/www/gforge-projects/clickatell/&quot; 
  
-        Rake::SshDirPublisher.new(host, remote_dir, local_dir).upload
+        Rake::SshDirPublisher.new(host, remote_dir, 'website').upload
+        Rake::SshDirPublisher.new(host, File.join(remote_dir, 'rdoc'), 'rdoc').upload
       end
     end
   end</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>467ca49416e8cd62ea741848aaea99ad6574d33b</id>
    </parent>
  </parents>
  <author>
    <name>Luke Redpath</name>
    <email>contact@lukeredpath.co.uk</email>
  </author>
  <url>http://github.com/lukeredpath/clickatell/commit/7d38102bd34b5660ba2e2a707797ce2b3f03b42f</url>
  <id>7d38102bd34b5660ba2e2a707797ce2b3f03b42f</id>
  <committed-date>2009-06-25T04:18:47-07:00</committed-date>
  <authored-date>2009-06-25T04:18:47-07:00</authored-date>
  <message>Rubyforge doc publish task should push the website too</message>
  <tree>1391065497da57bf0a16e4a7eebb1b9a44812a68</tree>
  <committer>
    <name>Luke Redpath</name>
    <email>contact@lukeredpath.co.uk</email>
  </committer>
</commit>
