X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=docgen;h=5bb8ae23ad769a76315d23c06c94a5b327f4b12d;hb=6862a3a010c3299bb43fbccdd726d5cd08e695f3;hp=f370f8c2265a3bdc7de3160aff7fa6f930a17d4f;hpb=c602a6081007ae1e49a912c13fec0685bb9f9263;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/docgen b/docgen index f370f8c2..5bb8ae23 100755 --- a/docgen +++ b/docgen @@ -1,4 +1,4 @@ #!/bin/sh 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 +rdoc -a -i 'lib' --exclude 'post-install.rb' --main README.rdoc --title "rbot - The Ruby IRC bot" -o doc lib bin/rbot README.rdoc