From e0960fde9599ba19417187884cec2f57db786914 Mon Sep 17 00:00:00 2001 From: wmat Date: Wed, 28 Aug 2024 08:59:47 -0400 Subject: [PATCH] Fix theme reference. The theme should be is riscv-pdf.yml. --- Makefile | 2 +- docs-resources | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3dcbbec..3c1f42b 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ ASCIIDOCTOR_HTML := asciidoctor OPTIONS := --trace \ -a compress \ -a revdate=${DATE} \ - -a pdf-style=docs-resources/themes/risc-v_spec-pdf.yml \ + -a pdf-theme=docs-resources/themes/riscv-pdf.yml \ -a pdf-fontsdir=docs-resources/fonts \ $(XTRA_ADOC_OPTS) \ -D build \ diff --git a/docs-resources b/docs-resources index 35203a4..07b9904 160000 --- a/docs-resources +++ b/docs-resources @@ -1 +1 @@ -Subproject commit 35203a4f123d0be162b6b5ea213a657b594f8c36 +Subproject commit 07b9904bd4de7aca03257200a0f88cb2683d9790