aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile b/build/Makefile
index bc5e5d6..d339768 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -12,7 +12,7 @@ $(PDF_RESULT): $(SOURCES)
asciidoctor-pdf \
--attribute=mathematical-format=svg \
--attribute=pdf-fontsdir=../src/resources/fonts \
- --attribute=pdf-style=../src/resources/themes/riscv-spec.yml \
+ --attribute=pdf-theme=../src/resources/themes/riscv-spec.yml \
--theme default-with-font-fallbacks \
--failure-level=ERROR \
--require=asciidoctor-bibtex \