Skip to content

Commit

Permalink
Fix: respect build-pdf github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dgptha committed Nov 27, 2024
1 parent 1060eff commit cb709f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ OPTIONS := --trace \
-a pdf-fontsdir=docs-resources/fonts \
-a pdf-theme=docs-resources/themes/riscv-pdf.yml \
$(XTRA_ADOC_OPTS) \
-D ${BUILD_DIR}/adoc \
-D ${BUILD_DIR} \
--failure-level=ERROR
REQUIRES := --require=asciidoctor-bibtex \
--require=asciidoctor-diagram \
Expand Down Expand Up @@ -85,7 +85,7 @@ build:
echo "Docker is not available, building without Docker..."; \
$(MAKE) build-no-container; \
fi
@echo "Generated documents can be found in the 'build/adoc' folder."
@echo "Generated documents can be found in the '${BUILD_DIR}' folder."

build-container:
@echo "Starting build inside Docker container..."
Expand Down

0 comments on commit cb709f7

Please sign in to comment.