Skip to content

Commit

Permalink
Build all docs on gem build
Browse files Browse the repository at this point in the history
  • Loading branch information
stevendanna authored and btm committed Aug 3, 2011
1 parent 6e4eb8e commit 95f2b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chef/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ GEM_NAME = "chef"
spec = eval(File.read("chef.gemspec"))

# This has to be here or else the docs get generated *after* the gem is created
task :gem => 'docs:man'
task :gem => 'docs:all'

Rake::GemPackageTask.new(spec) do |pkg|
pkg.gem_spec = spec
Expand Down

0 comments on commit 95f2b3d

Please sign in to comment.