]> git.cworth.org Git - sup/blobdiff - Rakefile
maybe fix disappearign status lines when a #say and an #ask are both active
[sup] / Rakefile
index 41225eb9d781f8c61680aa0339fcff525cac2db2..2f2b992ab3ad0480e5fd4b7660a97291498af530 100644 (file)
--- 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 = []