Skip to content

Commit

Permalink
Merge pull request #30 from riscv-software-src/dhower/manual_appendix
Browse files Browse the repository at this point in the history
Fix typo in manual/tasks.rake
  • Loading branch information
dhower-qc authored Sep 20, 2024
2 parents 98bb982 + ca37269 commit 49f2047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/manual/tasks.rake
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ file $root / "ext" / "riscv-isa-manual" / "README.md" do
end

Dir.glob($root / "arch" / "manual" / "**" / "contents.yaml") do |content_fn|
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|
content_obj = YAML.load_file(content_fn)
cmd = [
"git",
Expand Down

0 comments on commit 49f2047

Please sign in to comment.