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