]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blob - docgen
rfc2812: parse User mode changes, even though they aren't handled yet
[user/henk/code/ruby/rbot.git] / docgen
1 #!/bin/sh
2 rm -rf doc
3 rdoc -a -i 'lib' --exclude 'post-install.rb' --main README --title "rbot - The Ruby IRC bot" -o doc lib bin/rbot README
4