From 4579eca5ba90a19d7c2ad00a0d3a191a04700a65 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Wed, 31 Jul 2024 17:14:01 -0700 Subject: [PATCH] build RVA23/RVB23 freeze candidate docs --- Makefile | 9 +++++---- src/rva23-profile.adoc | 8 ++++---- src/rvb23-profile.adoc | 8 ++++---- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index b035219..298d5f4 100644 --- a/Makefile +++ b/Makefile @@ -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 \ @@ -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 \ diff --git a/src/rva23-profile.adoc b/src/rva23-profile.adoc index d2c3a72..352c93d 100644 --- a/src/rva23-profile.adoc +++ b/src/rva23-profile.adoc @@ -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: @@ -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[] diff --git a/src/rvb23-profile.adoc b/src/rvb23-profile.adoc index 9ff2d73..f8d0f29 100644 --- a/src/rvb23-profile.adoc +++ b/src/rvb23-profile.adoc @@ -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: @@ -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