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.
2 parents 98bb982 + ca37269 commit 49f2047Copy full SHA for 49f2047
backends/manual/tasks.rake
@@ -299,7 +299,7 @@ file $root / "ext" / "riscv-isa-manual" / "README.md" do
299
end
300
301
Dir.glob($root / "arch" / "manual" / "**" / "contents.yaml") do |content_fn|
302
- file "#{File.dirname(content_fn)}/riscv-isa-manual/README.md" => ($root / "ext" / "riscv-isa_manual" / "README.md").to_s do |t|
+ file "#{File.dirname(content_fn)}/riscv-isa-manual/README.md" => ($root / "ext" / "riscv-isa-manual" / "README.md").to_s do |t|
303
content_obj = YAML.load_file(content_fn)
304
cmd = [
305
"git",
0 commit comments