Skip to content

Commit

Permalink
fixed order of doc files
Browse files Browse the repository at this point in the history
  • Loading branch information
Tammer Saleh committed Jun 17, 2008
1 parent dbcbace commit 5e42226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -15,7 +15,7 @@ Rake::RDocTask.new { |rdoc|
rdoc.title = "Shoulda -- Making tests easy on the fingers and eyes" rdoc.title = "Shoulda -- Making tests easy on the fingers and eyes"
rdoc.options << '--line-numbers' << '--inline-source' rdoc.options << '--line-numbers' << '--inline-source'
rdoc.template = "#{ENV['template']}.rb" if ENV['template'] rdoc.template = "#{ENV['template']}.rb" if ENV['template']
rdoc.rdoc_files.include('**/*.rdoc', 'lib/**/*.rb') rdoc.rdoc_files.include('README.rdoc', 'CONTRIBUTION_GUIDELINES.rdoc', 'lib/**/*.rb')
} }


desc 'Update documentation on website' desc 'Update documentation on website'
Expand Down

0 comments on commit 5e42226

Please sign in to comment.