File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,7 @@ DOCS := \
1616 riscv-cove-io.adoc
1717
1818DATE ?= $(shell date +% Y-% m-% d)
19- VERSION ?= v0.2.0
20- REVMARK ?= Draft
19+ VERSION ?= v0.3.0
2120ifneq ($(SKIP_DOCKER ) ,true)
2221 DOCKER_CMD := docker run --rm -v ${PWD}:/build -w /build \
2322 riscvintl/riscv-docs-base-container-image:latest \
@@ -39,7 +38,6 @@ OPTIONS := --trace \
3938 -a allow-uri-read \
4039 -a mathematical-format=svg \
4140 -a revnumber=${VERSION} \
42- -a revremark=${REVMARK} \
4341 -a revdate=${DATE} \
4442 -a pdf-fontsdir=docs-resources/fonts \
4543 -a pdf-theme=docs-resources/themes/riscv-pdf.yml \
Original file line number Diff line number Diff line change 22:description: RISC-V CoVE IO: Trusted IO proposal for RISC-V
33:company: RISC-V.org
44:revdate: 2023/04
5- :revnumber: 0.2 .0
5+ :revnumber: 0.3 .0
66:revremark: This document is in development. Assume everything can change. See http://riscv.org/spec-state for details.
77:url-riscv: http://riscv.org
88:doctype: book
You can’t perform that action at this time.
0 commit comments