From cb709f72ccb3b6e59eb256152c14dac971eb6dc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gracia=20P=C3=A9rez?= <50202128+dgptha@users.noreply.github.com> Date: Wed, 27 Nov 2024 10:00:51 +0100 Subject: [PATCH] Fix: respect build-pdf github workflow --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 46e1141..2e67572 100644 --- a/Makefile +++ b/Makefile @@ -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 \ @@ -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..."