root/docgen

Revision 3c863bf62e0e5bdc739d04caeb50803533a5c13c, 152 bytes (checked in by Giuseppe Bilotta <giuseppe.bilotta@…>, 2 months ago)

docgen: cope with README -> README.rdoc rename

  • Property mode set to 100755
Line 
1#!/bin/sh
2rm -rf doc
3rdoc -a -i 'lib' --exclude 'post-install.rb' --main README.rdoc --title "rbot - The Ruby IRC bot" -o doc lib bin/rbot README.rdoc
4
Note: See TracBrowser for help on using the browser.