add comment to makefile

pull/7385/head
Priya Wadhwa 2020-04-02 19:06:50 -07:00
parent 7004c398b0
commit 4de1197927
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ test: pkg/minikube/assets/assets.go pkg/minikube/translate/translations.go ## Tr
MINIKUBE_LDFLAGS="${MINIKUBE_LDFLAGS}" ./test.sh
.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/
.PHONY: extract