diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-03-11 01:20:42 +0100 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-03-11 01:22:44 +0100 |
commit | c602a6081007ae1e49a912c13fec0685bb9f9263 (patch) | |
tree | 0e40bfb2f3f9ef066be88a20dd9e924c968048d4 /docgen | |
parent | e2018e5df57ec0b4d0e8c1669ea40cafb893eccd (diff) |
Documentation cleanups
Fix typos, be more rdocish, and use the README as the main file
Diffstat (limited to 'docgen')
-rwxr-xr-x | docgen | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ #!/bin/sh -rdoc -a -i 'lib' --exclude 'post-install.rb' --main lib/rbot/ircbot.rb -o doc lib bin/rbot +rm -rf doc +rdoc -a -i 'lib' --exclude 'post-install.rb' --main README --title "rbot - The Ruby IRC bot" -o doc lib bin/rbot README |