X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=docgen;h=5bb8ae23ad769a76315d23c06c94a5b327f4b12d;hb=836cf49c210ebfeb443861d26379a81b333c2c78;hp=c7943409ed1070063153af89c1bce9f0aab5d337;hpb=adb719c8e886fead559802bfce868ddfce001a80;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/docgen b/docgen index c7943409..5bb8ae23 100755 --- a/docgen +++ b/docgen @@ -1,3 +1,4 @@ #!/bin/sh -rdoc -a -i 'lib' --exclude '(data/|setup.rb|post-config.rb|rbotconfig.rb|timertest.rb)' --main lib/rbot/ircbot.rb -o doc lib bin +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