summaryrefslogtreecommitdiff
path: root/docgen
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2010-05-22 15:44:56 +0200
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2010-05-22 15:45:03 +0200
commit3c863bf62e0e5bdc739d04caeb50803533a5c13c (patch)
treef9c07dfba0d3b8383f15310de498bf7a88c3cc2b /docgen
parent1d5f42447b9dafef851eee4a72430e512604278f (diff)
docgen: cope with README -> README.rdoc rename
Diffstat (limited to 'docgen')
-rwxr-xr-xdocgen2
1 files changed, 1 insertions, 1 deletions
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