Skip to content

Commit eb0a71e

Browse files
authored
Merge branch 'main' into 88-add-exceptions-analysis-back-in-generators
2 parents 99174c6 + dfe6ea6 commit eb0a71e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

backends/crd_doc/tasks.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Dir.glob("#{$root}/arch/crd/*.yaml") do |f|
1919
"#{$root}/arch/crd_family/#{crd_obj[crd_name]['family']}.yaml",
2020
"#{CRD_DOC_DIR}/templates/crd.adoc.erb",
2121
__FILE__,
22-
"gen:arch"
22+
"#{$root}/.stamps/arch-gen-_64.stamp"
2323
] do |t|
2424
# TODO: schema validation
2525
arch_def = arch_def_for("_64")

backends/manual/templates/index.adoc.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
= <%= manual.marketing_name %>
44

5-
The following verions of the manual can be found here:
5+
The following versions of the manual can be found here:
66

77
<%- versions.each do |version| -%>
88
* xref:<%= version.marketing_version %>@<%= manual.name %>:ROOT:index.adoc[Version <%= version.marketing_version %>]
99
<%- end -%>
1010

1111
This site was generated using https://github.com/riscv-software-src/riscv-unified-db[riscv-unified-db],
12-
at commit <%= `git rev-parse HEAD` %><%- unless `git status -s`.empty? -%>, with dirty state<%- end -%>.
12+
at commit <%= `git rev-parse HEAD` %><%- unless `git status -s`.empty? -%>, with dirty state<%- end -%>.

0 commit comments

Comments
 (0)