X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=Rakefile;h=2f2b992ab3ad0480e5fd4b7660a97291498af530;hb=b52fe1696188e51c3a203c1ea61b0fecf8a4fe12;hp=41225eb9d781f8c61680aa0339fcff525cac2db2;hpb=ab60e88c18c49fef8907fe42ebf49a6437cbddb7;p=sup diff --git a/Rakefile b/Rakefile index 41225eb..2f2b992 100644 --- a/Rakefile +++ b/Rakefile @@ -2,6 +2,7 @@ require 'rubygems' require 'hoe' +$:.unshift 'lib' # force loading from ./lib/ if it exists require 'sup' class Hoe @@ -23,7 +24,7 @@ rule 'ss?.png' => 'ss?-small.png' do |t| end ## is there really no way to make a rule for this? -WWW_FILES = %w(www/index.html README.txt doc/Philosophy.txt doc/FAQ.txt doc/UserGuide.txt www/main.css) +WWW_FILES = %w(www/index.html README.txt doc/Philosophy.txt doc/FAQ.txt doc/NewUserGuide.txt www/main.css) SCREENSHOTS = FileList["www/ss?.png"] SCREENSHOTS_SMALL = []