aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBill Traynor <wmat@riscv.org>2022-12-23 13:44:41 -0500
committerBill Traynor <wmat@riscv.org>2022-12-23 13:44:41 -0500
commit88d497ea9b7c5213b3d36061d6302340231cb372 (patch)
treeae377880664bc2cf259e48fea9d974b62becedcf /build
parent5be55d20e4024fa96526b9dcda5333a5516d1f1d (diff)
downloadriscv-isa-manual-88d497ea9b7c5213b3d36061d6302340231cb372.zip
riscv-isa-manual-88d497ea9b7c5213b3d36061d6302340231cb372.tar.gz
riscv-isa-manual-88d497ea9b7c5213b3d36061d6302340231cb372.tar.bz2
Changed pdf-style to pdf-theme
Changed pdf-style to pdf-theme
Diffstat (limited to 'build')
-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 \