Skip to content

Commit

Permalink
Merge pull request #7 from atishp04/rc6
Browse files Browse the repository at this point in the history
rc6 changes
  • Loading branch information
atishp04 committed Sep 15, 2023
2 parents 4737d28 + 6f0c89b commit b09577f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Makefile
Expand Up @@ -14,7 +14,6 @@

COMMITDATE ?= $(shell git show -s --format=%ci | cut -d ' ' -f 1)
GITVERSION ?= $(shell git describe --tag)
REVMARK=Draft

ifeq ($(strip $(GITVERSION)),)
GITVERSION := no_tag
Expand All @@ -31,7 +30,6 @@ OPTIONS := --trace \
-a compress \
-a mathematical-format=svg \
-a revnumber=${GITVERSION} \
-a revremark=${REVMARK} \
-a revdate=${COMMITDATE} \
-a pdf-fontsdir=docs-resources/fonts \
-a pdf-style=docs-resources/themes/riscv-pdf.yml \
Expand Down
9 changes: 9 additions & 0 deletions contributors.adoc
@@ -0,0 +1,9 @@
== Contributors

This RISC-V specification has been contributed to directly or indirectly by:

[%hardbreaks]
* Andrew Jones ajones@ventanamicro.com
* Atish Patra atishp@rivosinc.com
* Rafael Sene rafael@riscv.org
* Vasudevan Srinivasan vasu@rivosinc.com
5 changes: 4 additions & 1 deletion riscv-ffh.adoc
Expand Up @@ -5,7 +5,7 @@
// Pull in variable with revision info
:revnumber: 1234
:revdate: 2023-01-01
:revremark: Draft
:revremark: This document is stable. Assume anything could still change, but limited change should be expected. Visit http://riscv.org/spec-state for further details.
:url-riscv: http://riscv.org
:doctype: book
:preface-title: Preamble
Expand Down Expand Up @@ -58,6 +58,9 @@ https://creativecommons.org/licenses/by/4.0/.

Copyright 2023 by RISC-V International.

[preface]
include::contributors.adoc[]

[preface]
== Change Log

Expand Down

0 comments on commit b09577f

Please sign in to comment.