summaryrefslogtreecommitdiff
path: root/docgen
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-03-11 01:20:42 +0100
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-03-11 01:22:44 +0100
commitc602a6081007ae1e49a912c13fec0685bb9f9263 (patch)
tree0e40bfb2f3f9ef066be88a20dd9e924c968048d4 /docgen
parente2018e5df57ec0b4d0e8c1669ea40cafb893eccd (diff)
Documentation cleanups
Fix typos, be more rdocish, and use the README as the main file
Diffstat (limited to 'docgen')
-rwxr-xr-xdocgen3
1 files changed, 2 insertions, 1 deletions
diff --git a/docgen b/docgen
index e07cee27..f370f8c2 100755
--- a/docgen
+++ b/docgen
@@ -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