diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2010-05-22 15:44:56 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2010-05-22 15:45:03 +0200 |
commit | 3c863bf62e0e5bdc739d04caeb50803533a5c13c (patch) | |
tree | f9c07dfba0d3b8383f15310de498bf7a88c3cc2b /docgen | |
parent | 1d5f42447b9dafef851eee4a72430e512604278f (diff) |
docgen: cope with README -> README.rdoc rename
Diffstat (limited to 'docgen')
-rwxr-xr-x | docgen | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |