Skip to content

Commit

Permalink
Fix theme attribute.
Browse files Browse the repository at this point in the history
Fix the asciidoc attribute pdf-style, which was deprecated.  It should be pdf-theme.
  • Loading branch information
wmat committed Aug 28, 2024
1 parent e03cf96 commit c443f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit c443f31

Please sign in to comment.