X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=Rakefile;h=3945e00611ec403170e2a0b91ce411227ed81b4a;hb=55a30d72d58511425905f5c25c9153a850710a6c;hp=43d7a3abf0dc1badf01cba2c3891e69c731402b3;hpb=341603018d6182ae5a0663ca93922976e4d72868;p=ruby-eet.git diff --git a/Rakefile b/Rakefile index 43d7a3a..3945e00 100644 --- a/Rakefile +++ b/Rakefile @@ -1,5 +1,3 @@ -# $Id: Rakefile 55 2005-06-02 20:16:44Z tilman $ - require "rbconfig" require "rake/clean" require "rake/testtask" @@ -79,7 +77,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",