Skip to content

Commit

Permalink
Add rdoc task to Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
agarie committed Mar 26, 2015
1 parent e6e9737 commit 322bfdb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ Rake::TestTask.new do |t|
t.pattern = "test/test_*.rb"
end

RDoc::Task.new do |rdoc|
rdoc.main = "README.md"
rdoc.rdoc_files.include("README.md", "lib", "History.txt", "LICENSE.txt", "references.txt")
end

desc "Update pot/po files."
task "gettext:updatepo" do
require 'gettext/tools'
Expand Down

0 comments on commit 322bfdb

Please sign in to comment.