sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 5d5a631b432bcff73927e22da1ee6f558dd26ac6
parent e8bf263f025cd45bc4bd2b6196e3002f724c9b2c
Author: Gaute Hope <eg@gaute.vetsj.com>
Date:   Thu, 10 Apr 2014 15:26:11 +0200

rakefile: get manpages from gemspec

Diffstat:
M Rakefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/Rakefile b/Rakefile
@@ -42,8 +42,7 @@ task :doc do
     Dir.mkdir 'man'
   end
 
-  manpages = FileList.new('doc/wiki/man/*.md')
-  manpages.each do |m|
+  SUP_MANPAGES.split.each do |m|
     puts "generating manpage for: #{m}.."
     system "pandoc -s -f markdown -t man #{m} -o man/#{File.basename(m).gsub(".md","")}.1"
   end