File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,13 +68,14 @@ OPTIONS := --trace \
6868 -a mathematical-format=svg \
6969 -a pdf-fontsdir=docs-resources/fonts \
7070 -a pdf-theme=docs-resources/themes/riscv-pdf.yml \
71- $(XTRA_ADOC_OPTS ) \
71+ $(XTRA_ADOC_OPTS ) \
7272 -D build \
7373 --failure-level=ERROR
7474REQUIRES := --require=asciidoctor-bibtex \
7575 --require=asciidoctor-diagram \
7676 --require=asciidoctor-lists \
77- --require=asciidoctor-mathematical
77+ --require=asciidoctor-mathematical \
78+ --require=./docs-resources/extensions/asciidoctor-sail/asciidoctor-sail.rb
7879
7980.PHONY : all build clean build-container build-no-container build-docs build-pdf build-html build-epub
8081
@@ -129,4 +130,4 @@ docker-pull-latest:
129130clean :
130131 @echo " Cleaning up generated files..."
131132 rm -rf $(BUILD_DIR )
132- @echo " Cleanup completed."
133+ @echo " Cleanup completed."
You can’t perform that action at this time.
0 commit comments