[cli] fix manpages script

Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
Tibor Vass
2017-06-06 05:05:14 +00:00
parent 9b8ffe709d
commit 5bb86daf51

View File

@ -18,7 +18,7 @@ MD2MAN_COMMIT=$(grep -F "$MD2MAN_REPO" vendor.conf | cut -d' ' -f2)
)
# Generate man pages from cobra commands
go build -o /tmp/gen-manpages ./man
go build -o /tmp/gen-manpages github.com/docker/cli/man
/tmp/gen-manpages --root . --target ./man/man1
# Generate legacy pages from markdown