From 3c863bf62e0e5bdc739d04caeb50803533a5c13c Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Sat, 22 May 2010 15:44:56 +0200 Subject: docgen: cope with README -> README.rdoc rename --- docgen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docgen') 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 -- cgit v1.2.3