mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Remove yaml docs generator and man pages
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
96e61f3173
commit
2b45ec7f78
2 changed files with 0 additions and 21 deletions
9
Makefile
9
Makefile
|
@ -134,12 +134,6 @@ init-go-pkg-cache:
|
||||||
install: ## install the linux binaries
|
install: ## install the linux binaries
|
||||||
KEEPBUNDLE=1 hack/make.sh install-binary
|
KEEPBUNDLE=1 hack/make.sh install-binary
|
||||||
|
|
||||||
manpages: ## Generate man pages from go source and markdown
|
|
||||||
docker build ${DOCKER_BUILD_ARGS} -t docker-manpage-dev -f "man/$(DOCKERFILE)" ./man
|
|
||||||
docker run --rm \
|
|
||||||
-v $(PWD):/go/src/github.com/docker/docker/ \
|
|
||||||
docker-manpage-dev
|
|
||||||
|
|
||||||
rpm: build ## build the rpm packages
|
rpm: build ## build the rpm packages
|
||||||
$(DOCKER_RUN_DOCKER) hack/make.sh dynbinary build-rpm
|
$(DOCKER_RUN_DOCKER) hack/make.sh dynbinary build-rpm
|
||||||
|
|
||||||
|
@ -149,9 +143,6 @@ run: build ## run the docker daemon in a container
|
||||||
shell: build ## start a shell inside the build env
|
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
|
|
||||||
$(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
|
||||||
|
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
set -e
|
|
||||||
|
|
||||||
[ -z "$KEEPDEST" ] && \
|
|
||||||
rm -rf "$DEST"
|
|
||||||
|
|
||||||
(
|
|
||||||
source "${MAKEDIR}/.binary-setup"
|
|
||||||
export BINARY_SHORT_NAME="yaml-docs-generator"
|
|
||||||
export GO_PACKAGE='github.com/docker/docker/docs/yaml'
|
|
||||||
source "${MAKEDIR}/.binary"
|
|
||||||
)
|
|
Loading…
Add table
Add a link
Reference in a new issue