diff options
author | Bill Traynor <wmat@riscv.org> | 2022-12-23 13:44:41 -0500 |
---|---|---|
committer | Bill Traynor <wmat@riscv.org> | 2022-12-23 13:44:41 -0500 |
commit | 88d497ea9b7c5213b3d36061d6302340231cb372 (patch) | |
tree | ae377880664bc2cf259e48fea9d974b62becedcf | |
parent | 5be55d20e4024fa96526b9dcda5333a5516d1f1d (diff) | |
download | riscv-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
-rw-r--r-- | build/Makefile | 2 |
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 \ |