Merge pull request #36 from tiborvass/fix-manpages-script

[cli] fix manpages script
This commit is contained in:
Andrew Hsu
2017-06-05 22:19:24 -07:00
committed by GitHub
+1 -1
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