Updated project homepage and documentation locations.
[ruby-eet.git] / Rakefile
index 43d7a3abf0dc1badf01cba2c3891e69c731402b3..70a6f7ff406f690beeaeb608f1923e86f6c4d7c3 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -1,4 +1,4 @@
-# $Id: Rakefile 55 2005-06-02 20:16:44Z tilman $
+# $Id: Rakefile 75 2006-05-13 11:54:53Z tilman $
 
 require "rbconfig"
 require "rake/clean"
@@ -79,7 +79,7 @@ end
 task :publish => [:rdoc, :package] do
        p = Rake::CompositePublisher.new
        p.add(Rake::SshFreshDirPublisher.new("code-monkey.de",
-                                            "public_html/docs/" +
+                                            "public_docs/" +
                                             PKG_NAME, "doc"))
        p.add(Rake::SshFilePublisher.new("code-monkey.de",
                                         ".", "pkg",