]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - docgen
Update gettext support
[user/henk/code/ruby/rbot.git] / docgen
diff --git a/docgen b/docgen
index bae6c807ee34a0badee602885cf17dcabdadbe95..5bb8ae23ad769a76315d23c06c94a5b327f4b12d 100755 (executable)
--- a/docgen
+++ b/docgen
@@ -1,3 +1,4 @@
 #!/bin/sh
-rdoc -a --exclude 'rbot/(db)?plugins/' --main rbot.rb -d
+rm -rf doc
+rdoc -a -i 'lib' --exclude 'post-install.rb' --main README.rdoc --title "rbot - The Ruby IRC bot" -o doc lib bin/rbot README.rdoc