docs: fix Makefile for yaml docs generation
Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
parent
0c59283fc3
commit
36bd288162
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -142,7 +142,7 @@ shell: build ## start a shell inside the build env
|
||||||
$(DOCKER_RUN_DOCKER) bash
|
$(DOCKER_RUN_DOCKER) bash
|
||||||
|
|
||||||
yaml-docs-gen: build ## generate documentation YAML files consumed by docs repo
|
yaml-docs-gen: build ## generate documentation YAML files consumed by docs repo
|
||||||
$(DOCKER_RUN_DOCKER) sh -c 'hack/make.sh yaml-docs-generator && ( cd bundles/latest/yaml-docs-generator; mkdir docs; ./yaml-docs-generator --target $$(pwd)/docs )'
|
$(DOCKER_RUN_DOCKER) sh -c 'hack/make.sh yaml-docs-generator && ( root=$$(pwd); cd bundles/latest/yaml-docs-generator; mkdir docs; ./yaml-docs-generator --root $${root} --target $$(pwd)/docs )'
|
||||||
|
|
||||||
test: build ## run the unit, integration and docker-py tests
|
test: build ## run the unit, integration and docker-py tests
|
||||||
$(DOCKER_RUN_DOCKER) hack/make.sh dynbinary cross test-unit test-integration-cli test-docker-py
|
$(DOCKER_RUN_DOCKER) hack/make.sh dynbinary cross test-unit test-integration-cli test-docker-py
|
||||||
|
|
Loading…
Reference in a new issue