add comment to makefile
parent
7004c398b0
commit
4de1197927
2
Makefile
2
Makefile
|
@ -271,7 +271,7 @@ test: pkg/minikube/assets/assets.go pkg/minikube/translate/translations.go ## Tr
|
||||||
MINIKUBE_LDFLAGS="${MINIKUBE_LDFLAGS}" ./test.sh
|
MINIKUBE_LDFLAGS="${MINIKUBE_LDFLAGS}" ./test.sh
|
||||||
|
|
||||||
.PHONY: generate-docs
|
.PHONY: generate-docs
|
||||||
generate-docs: out/minikube
|
generate-docs: out/minikube ## Automatically generate commands documentation.
|
||||||
out/minikube generate-docs --path ./site/content/en/docs/Reference/Commands/
|
out/minikube generate-docs --path ./site/content/en/docs/Reference/Commands/
|
||||||
|
|
||||||
.PHONY: extract
|
.PHONY: extract
|
||||||
|
|
Loading…
Reference in New Issue