Skip to content

Commit 49f2047

Browse files
authored
Merge pull request #30 from riscv-software-src/dhower/manual_appendix
Fix typo in manual/tasks.rake
2 parents 98bb982 + ca37269 commit 49f2047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/manual/tasks.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ file $root / "ext" / "riscv-isa-manual" / "README.md" do
299299
end
300300

301301
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|
302+
file "#{File.dirname(content_fn)}/riscv-isa-manual/README.md" => ($root / "ext" / "riscv-isa-manual" / "README.md").to_s do |t|
303303
content_obj = YAML.load_file(content_fn)
304304
cmd = [
305305
"git",

0 commit comments

Comments
 (0)