Wrap text
Report abuse
|
|
#!/bin/sh
# switch to directory
cd /home/rrussell/rails-trunk/trunk
/usr/local/bin/svn cleanup /home/rrussell/rails-trunk/trunk/
# update from subversion
/usr/local/bin/svn update /home/rrussell/rails-trunk/trunk/
# generarte html
/usr/local/bin/rdoc --inline-source --op /home/rrussell/rails-trunk/docs/ -x test/ --all --tab-width 2 -x railties/lib/rails_generator/generators/components/controller/templates/controller.rb --all --tab-width 2 --title 'PLANET ARGON - Rails Edge API documentation'
|