projects
/
rbot
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
makemo task autocreates data/locale/*/LC_MESSAGES directories
[rbot]
/
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