Rakefile in sup-0.0.4 vs Rakefile in sup-0.0.5

- old
+ new

@@ -14,15 +14,13 @@ p.email = "wmorgan-sup@masanjin.net" p.extra_deps = [['ferret', '>= 0.10.13'], ['ncurses', '>= 0.9.1'], ['rmail', '>= 0.17'], 'highline', 'net-ssh'] 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 = [] SCREENSHOTS.each do |fn| fn =~ /ss(\d+)\.png/