From 8b41f92b7e27f7118d67051fbb429cc19b50570f Mon Sep 17 00:00:00 2001 From: Pavel Tisnovsky Date: Tue, 2 Sep 2025 08:42:34 +0200 Subject: [PATCH] LCORE-583: print all Makefile targets --- Makefile | 2 +- README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 74300fbb..a76ef2cd 100644 --- a/Makefile +++ b/Makefile @@ -105,6 +105,6 @@ help: ## Show this help screen @echo '' @echo 'Available targets are:' @echo '' - @grep -E '^[ a-zA-Z0-9_.-]+:.*?## .*$$' $(MAKEFILE_LIST) | \ + @grep -E '^[ a-zA-Z0-9_./-]+:.*?## .*$$' $(MAKEFILE_LIST) | \ awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-33s\033[0m %s\n", $$1, $$2}' @echo '' diff --git a/README.md b/README.md index 9409317f..ee9b290d 100644 --- a/README.md +++ b/README.md @@ -567,6 +567,9 @@ format Format the code into unified format schema Generate OpenAPI schema file openapi-doc Generate OpenAPI documentation requirements.txt Generate requirements.txt file containing hashes for all non-devel packages +docs/config.puml Generate PlantUML class diagram for configuration +docs/config.png Generate an image with configuration graph +docs/config.svg Generate an SVG with configuration graph shellcheck Run shellcheck verify Run all linters distribution-archives Generate distribution archives to be uploaded into Python registry