Initial commit - Typo3 11.5.41
This commit is contained in:
14
typo3conf/ext/tt_address/Makefile
Normal file
14
typo3conf/ext/tt_address/Makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
.PHONY: help
|
||||
help: ## Displays this list of targets with descriptions
|
||||
@echo "The following commands are available:\n"
|
||||
@grep -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[32m%-30s\033[0m %s\n", $$1, $$2}'
|
||||
|
||||
.PHONY: docs
|
||||
docs: ## Generate projects docs (from "Documentation" directory)
|
||||
mkdir -p Documentation-GENERATED-temp
|
||||
|
||||
docker run --rm --pull always -v "$(shell pwd)":/project -t ghcr.io/typo3-documentation/render-guides:latest --config=Documentation
|
||||
|
||||
.PHONY: codesnippets
|
||||
codesnippets: ## Regenerate automatic code snippets
|
||||
.Build/vendor/bin/typo3 codesnippet:create Documentation/CodeSnippets/
|
||||
Reference in New Issue
Block a user