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