Skip to content

Commit

Permalink
Add Makefile message indicating the location of generated documents
Browse files Browse the repository at this point in the history
  • Loading branch information
dgptha committed Nov 26, 2024
1 parent cc3372f commit 5831bbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit 5831bbd

Please sign in to comment.