public
Description: Ruby LaTeX to PDF preprocessor (and Rails plugin)
Homepage: http://rtex.rubyforge.org
Clone URL: git://github.com/bruce/rtex.git
Search Repo:
Click here to lend your support to: rtex and make a donation at www.pledgie.com !
rtex / site / Rakefile
100644 10 lines (6 sloc) 0.144 kb
1
2
3
4
5
6
7
8
9
10
# $Id$
 
load 'tasks/setup.rb'
 
task :default => :build
 
desc 'deploy the site to the webserver'
task :deploy => [:build, 'deploy:rsync']
 
# EOF