From: Giuseppe Bilotta Date: Sat, 22 May 2010 13:44:56 +0000 (+0200) Subject: docgen: cope with README -> README.rdoc rename X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=3c863bf62e0e5bdc739d04caeb50803533a5c13c;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git docgen: cope with README -> README.rdoc rename --- 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