Skip to content

Commit

Permalink
Make it clear where the revnumber/revdate/revmark comes from.
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Warkentin <andrei.warkentin@intel.com>
  • Loading branch information
andreiw committed Dec 5, 2023
1 parent 0bc4118 commit 2d684fa
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# the Doc Template for RISC-V Extensions.

DATE ?= $(shell date +%Y-%m-%d)
VERSION ?= v0.0.0
REVMARK ?= Draft
VERSION ?= v0.0.1
REVMARK ?= \"This document is in development. Assume everything can change. See http://riscv.org/spec-state for details.\"
DOCKER_RUN := docker run --rm -v ${PWD}:/build -w /build \
riscvintl/riscv-docs-base-container-image:latest

Expand Down
Binary file modified riscv-server-platform-ts.pdf
Binary file not shown.
Binary file modified riscv-server-platform.pdf
Binary file not shown.
3 changes: 0 additions & 3 deletions server_platform_header.adoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[[header]]
:description: RISC-V Server Platform Specification
:company: RISC-V.org
:revdate: 11/2023
:revnumber: 0.1
:revremark: This document is in development. Assume everything can change. See http://riscv.org/spec-state for details.
:url-riscv: http://riscv.org
:doctype: book
:preface-title: Preamble
Expand Down
3 changes: 0 additions & 3 deletions server_platform_ts_header.adoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[[header]]
:description: RISC-V Server Platform Test Specification
:company: RISC-V.org
:revdate: 11/2023
:revnumber: 0.1
:revremark: This document is in development. Assume everything can change. See http://riscv.org/spec-state for details.
:url-riscv: http://riscv.org
:doctype: book
:preface-title: Preamble
Expand Down

0 comments on commit 2d684fa

Please sign in to comment.