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:
Daniel Nephin
2017-06-21 11:20:05 -04:00
parent 6dc61813df
commit 3cdf042bf3
2 changed files with 0 additions and 21 deletions
@@ -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"
)