We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed4ca5 commit 2965766Copy full SHA for 2965766
backends/manual/tasks.rake
@@ -275,11 +275,11 @@ rule %r{#{MANUAL_GEN_DIR}/.*/top/.*/antora/playbook.yml} => proc { |tname|
275
end
276
277
file $root / "ext" / "riscv-isa_manual" / "README.md" do
278
- sh "git submodule init ext/riscv-isa-manual"
+ sh "git submodule update --init ext/riscv-isa-manual"
279
280
281
Dir.glob($root / "arch" / "manual" / "**" / "contents.yaml") do |content_fn|
282
- file "#{File.dirname(content_fn)}/riscv-isa-manual/README.md" do |t|
+ file "#{File.dirname(content_fn)}/riscv-isa-manual/README.md" => ($root / "ext" / "riscv-isa_manual" / "README.md").to_s do |t|
283
content_obj = YAML.load_file(content_fn)
284
cmd = [
285
"git",
0 commit comments