File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff line change 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
1111This 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 -%> .
You can’t perform that action at this time.
0 commit comments