Remove yaml docs generator and man pages
Signed-off-by: Daniel Nephin <dnephin@docker.com> Upstream-commit: 2b45ec7f786bc91d6db42bd33c13e28a06d30aa3 Component: engine
This commit is contained in:
@@ -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"
|
||||
)
|
||||
Reference in New Issue
Block a user