X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=docgen;h=f370f8c2265a3bdc7de3160aff7fa6f930a17d4f;hb=619870dc4934ca1360d925a6671e61ed15a8f1a2;hp=c7943409ed1070063153af89c1bce9f0aab5d337;hpb=adb719c8e886fead559802bfce868ddfce001a80;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/docgen b/docgen index c7943409..f370f8c2 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 --title "rbot - The Ruby IRC bot" -o doc lib bin/rbot README