Changeset 990

Show
Ignore:
Timestamp:
11/13/07 13:07:02 (1 year ago)
Author:
e.@brainspl.at
Message:

vendor allison2.0 rdoc templates and fix rakefile

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Rakefile

    r985 r990  
    3434      rdoc.main = 'README' 
    3535      rdoc.title = 'Merb Docs' 
    36       rdoc.template = `allison --path`.chomp+'.rb' 
     36      rdoc.template = __DIR__ + '/tools/allison-2.0/lib/allison.rb' 
    3737      rdoc.rdoc_dir = 'doc/rdoc' 
    3838      rdoc.options << '--line-numbers' << '--inline-source'