Skip to content

Commit d791ca4

Browse files
authored
Merge pull request #423 from riscv-software-src/cfg_html
Add missing task
2 parents 4ea225f + 2a02fcb commit d791ca4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Rakefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ def cfg_arch_for(config_name)
3333
)
3434
end
3535

36+
file "#{$root}/.stamps/dev_gems" do |t|
37+
sh "bundle exec yard config --gem-install-yri"
38+
sh "bundle exec yard gem"
39+
FileUtils.touch t.name
40+
end
41+
3642
namespace :gen do
3743
desc "Generate documentation for the ruby tooling"
3844
task tool_doc: "#{$root}/.stamps/dev_gems" do

0 commit comments

Comments
 (0)