From e07fe283f727958da34db1477636473dc94c6726 Mon Sep 17 00:00:00 2001 From: Arnaud Rebillout Date: Sun, 21 Feb 2021 17:18:35 +0000 Subject: [PATCH] fix man pages build Forwarded: not-needed Last-Update: 2018-04-03 Gbp-Pq: Name cli-fix-manpages-build-script.patch --- cli/scripts/docs/generate-man.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/scripts/docs/generate-man.sh b/cli/scripts/docs/generate-man.sh index 7412e5ba..66a855b1 100755 --- a/cli/scripts/docs/generate-man.sh +++ b/cli/scripts/docs/generate-man.sh @@ -4,7 +4,7 @@ set -eu -o pipefail mkdir -p ./man/man1 -go install ./vendor/github.com/cpuguy83/go-md2man +#go install ./vendor/github.com/cpuguy83/go-md2man # Generate man pages from cobra commands go build -o /tmp/gen-manpages github.com/docker/cli/man -- 2.30.2