]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
docgen: cope with README -> README.rdoc rename
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sat, 22 May 2010 13:44:56 +0000 (15:44 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sat, 22 May 2010 13:45:03 +0000 (15:45 +0200)
docgen

diff --git a/docgen b/docgen
index f370f8c2265a3bdc7de3160aff7fa6f930a17d4f..5bb8ae23ad769a76315d23c06c94a5b327f4b12d 100755 (executable)
--- 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