]> git.cworth.org Git - sup/blobdiff - Rakefile
update webpage for 0.3
[sup] / Rakefile
index dd06bbc025c8a18a857780fef6bebf28593df797..2f2b992ab3ad0480e5fd4b7660a97291498af530 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -2,7 +2,8 @@
 
 require 'rubygems'
 require 'hoe'
-require './lib/sup'
+$:.unshift 'lib' # force loading from ./lib/ if it exists
+require 'sup'
 
 class Hoe
   def extra_deps; @extra_deps.reject { |x| Array(x).first == "hoe" } end
@@ -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 = []