Skip to content

Commit

Permalink
build RVA23/RVB23 freeze candidate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aswaterman committed Aug 1, 2024
1 parent f020921 commit 4579eca
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
9 changes: 5 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@
# the Doc Template for RISC-V Extensions.

DOCS := \
profiles.adoc
rva23-profile.adoc \
rvb23-profile.adoc \

DATE ?= $(shell date +%Y-%m-%d)
VERSION ?= 1.1
REVMARK ?= Ratified
VERSION ?= 0.5
REVMARK ?= Candidate for Freeze Milestone Vote
DOCKER_IMG := riscvintl/riscv-docs-base-container-image:latest
ifneq ($(SKIP_DOCKER),true)
DOCKER_CMD := docker run --rm -v ${PWD}:/build -w /build \
Expand All @@ -39,7 +40,7 @@ OPTIONS := --trace \
-a compress \
-a mathematical-format=svg \
-a revnumber=${VERSION} \
-a revremark=${REVMARK} \
-a revremark=\"${REVMARK}\" \
-a revdate=${DATE} \
-a pdf-fontsdir=docs-resources/fonts \
-a pdf-theme=docs-resources/themes/riscv-pdf.yml \
Expand Down
8 changes: 4 additions & 4 deletions src/rva23-profile.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
:preface-title: Preamble
:colophon:
:appendix-caption: Appendix
:imagesdir: images
:title-logo-image: image:riscv-images/risc-v_logo.png[pdfwidth=3.25in,align=center]
:imagesdir: ../docs-resources/images
:title-logo-image: image:risc-v_logo.png["RISC-V International Logo",pdfwidth=3.25in,align=center]
// Settings:
:experimental:
:reproducible:
Expand Down Expand Up @@ -47,9 +47,9 @@ endif::[]
//: This is the Preamble

[WARNING]
.This document is in the development state.
.This document has been prepared for the Freeze Milestone vote.
====
Do not use for implementations. Assume everything can change.
Incompatible changes are unlikely but remain possible.
====

include::rva-profile-overview-body.adoc[]
Expand Down
8 changes: 4 additions & 4 deletions src/rvb23-profile.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
:preface-title: Preamble
:colophon:
:appendix-caption: Appendix
:imagesdir: images
:title-logo-image: image:riscv-images/risc-v_logo.png[pdfwidth=3.25in,align=center]
:imagesdir: ../docs-resources/images
:title-logo-image: image:risc-v_logo.png["RISC-V International Logo",pdfwidth=3.25in,align=center]
// Settings:
:experimental:
:reproducible:
Expand Down Expand Up @@ -47,9 +47,9 @@ endif::[]
//: This is the Preamble

[WARNING]
.This document is in the development state.
.This document has been prepared for the Freeze Milestone vote.
====
Do not use for implementations. Assume everything can change.
Incompatible changes are unlikely but remain possible.
====

== Introduction
Expand Down

0 comments on commit 4579eca

Please sign in to comment.