public
Description: An email handling library for the Ruby programming language.
Homepage: http://www.google.com/rubymail
Clone URL: git://github.com/matta/rubymail.git
rubymail / makedoc
100644 9 lines (8 sloc) 0.227 kb
1
2
3
4
5
6
7
8
9
#!/bin/sh
rm -rf doc
version=${1:-UNRELEASED}
rdoc --title "RubyMail Documentation (version $version)" \
    --exclude SCCS \
    --show-hash \
    --main README \
    README NEWS THANKS TODO guide/*.txt lib/rmail lib/rmail.rb