From c443f31f86f30457a67e30dc4e5157af1dcbb556 Mon Sep 17 00:00:00 2001 From: wmat Date: Wed, 28 Aug 2024 09:59:52 -0400 Subject: [PATCH] Fix theme attribute. Fix the asciidoc attribute pdf-style, which was deprecated. It should be pdf-theme. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 25812ce..2a38b05 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ OPTIONS := --trace \ -a revremark=${REVMARK} \ -a revdate=${DATE} \ -a pdf-fontsdir=docs-resources/fonts \ - -a pdf-style=docs-resources/themes/riscv-pdf.yml \ + -a pdf-theme=docs-resources/themes/riscv-pdf.yml \ --failure-level=ERROR REQUIRES := --require=asciidoctor-bibtex \ --require=asciidoctor-diagram \