Skip to content

Commit

Permalink
Makefile changes to include Highlighter Sail
Browse files Browse the repository at this point in the history
  • Loading branch information
AlfredoRodrigues4 committed Aug 22, 2024
1 parent 04179ad commit 8910381
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,14 @@ OPTIONS := --trace \
-a mathematical-format=svg \
-a pdf-fontsdir=docs-resources/fonts \
-a pdf-theme=docs-resources/themes/riscv-pdf.yml \
$(XTRA_ADOC_OPTS) \
$(XTRA_ADOC_OPTS) \
-D build \
--failure-level=ERROR
REQUIRES := --require=asciidoctor-bibtex \
--require=asciidoctor-diagram \
--require=asciidoctor-lists \
--require=asciidoctor-mathematical
--require=asciidoctor-mathematical \
--require=./docs-resources/extensions/asciidoctor-sail/asciidoctor-sail.rb

.PHONY: all build clean build-container build-no-container build-docs build-pdf build-html build-epub

Expand Down Expand Up @@ -129,4 +130,4 @@ docker-pull-latest:
clean:
@echo "Cleaning up generated files..."
rm -rf $(BUILD_DIR)
@echo "Cleanup completed."
@echo "Cleanup completed."

0 comments on commit 8910381

Please sign in to comment.