]> git.notmuchmail.org Git - sup/blobdiff - Rakefile
minor bugfix
[sup] / Rakefile
index 58bf14885c66ef0285ea464a270c56593160c73b..2820ef12161ea3c7bb6e3486ef1e5a90d030c2a0 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -5,7 +5,7 @@ require 'hoe'
 require './lib/sup.rb'
 
 Hoe.new('sup', Redwood::VERSION) do |p|
-  p.rubyforge_name = 'Sup'
+  p.rubyforge_name = 'sup'
   p.author = "William Morgan"
   p.summary = 'A console-based email client with the best features of GMail, mutt, and emacs. Features full text search, labels, tagged operations, multiple buffers, recent contacts, and more.'
   p.description = p.paragraphs_of('README.txt', 2..4).join("\n\n")
@@ -16,12 +16,10 @@ Hoe.new('sup', Redwood::VERSION) do |p|
 end
 
 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)
+WWW_FILES = %w(www/index.html README.txt doc/Philosophy.txt doc/FAQ.txt doc/UserGuide.txt)
 
 SCREENSHOTS = FileList["www/ss?.png"]
 SCREENSHOTS_SMALL = []