diff options
Diffstat (limited to 'docgen')
-rwxr-xr-x | docgen | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docgen b/docgen deleted file mode 100755 index 5bb8ae23..00000000 --- a/docgen +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -rm -rf doc -rdoc -a -i 'lib' --exclude 'post-install.rb' --main README.rdoc --title "rbot - The Ruby IRC bot" -o doc lib bin/rbot README.rdoc - |