From 5831bbd89097fbf8a6e18cacfb8add5f58cc27e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gracia=20P=C3=A9rez?= <50202128+dgptha@users.noreply.github.com> Date: Tue, 26 Nov 2024 18:45:57 +0100 Subject: [PATCH] Add Makefile message indicating the location of generated documents --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 00ebe60..d52985b 100644 --- a/Makefile +++ b/Makefile @@ -93,6 +93,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." build-container: @echo "Starting build inside Docker container..."