Skip to content

Commit

Permalink
Added RDoc template which had only been on my local machine.
Browse files Browse the repository at this point in the history
  • Loading branch information
floehopper committed Jun 8, 2007
1 parent d057c7c commit 9cd0e8d
Show file tree
Hide file tree
Showing 2 changed files with 743 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -39,7 +39,7 @@ Rake::RDocTask.new do |task|
task.main = 'README'
task.title = 'Mocha'
task.rdoc_dir = 'doc'
task.template = "html_with_google_analytics"
task.template = File.expand_path(File.join(File.dirname(__FILE__), "templates", "html_with_google_analytics"))
task.rdoc_files.include('README', 'RELEASE', 'COPYING', 'MIT-LICENSE', 'agiledox.txt', 'lib/mocha/auto_verify.rb', 'lib/mocha/mock.rb', 'lib/mocha/expectation.rb', 'lib/mocha/object.rb', 'lib/mocha/parameter_matchers.rb', 'lib/mocha/parameter_matchers')
end
task :rdoc => :examples
Expand Down

0 comments on commit 9cd0e8d

Please sign in to comment.