X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=docgen;h=5bb8ae23ad769a76315d23c06c94a5b327f4b12d;hb=fd7b5cc1b0a07dcb61bf09db0c9d94946c7583fe;hp=bae6c807ee34a0badee602885cf17dcabdadbe95;hpb=0f3e302547363ea237454dda891ddb5de1be4476;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/docgen b/docgen index bae6c807..5bb8ae23 100755 --- 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