projects
/
docker.io.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b8ed7e
)
fix man pages build
author
Arnaud Rebillout
<arnaud.rebillout@collabora.com>
Sun, 14 Jun 2020 20:12:29 +0000
(21:12 +0100)
committer
Felix Geyer
<fgeyer@debian.org>
Sun, 14 Jun 2020 20:12:29 +0000
(21:12 +0100)
Forwarded: not-needed
Last-Update: 2018-04-03
Gbp-Pq: Name cli-fix-manpages-build-script.patch
cli/scripts/docs/generate-man.sh
patch
|
blob
|
history
diff --git
a/cli/scripts/docs/generate-man.sh
b/cli/scripts/docs/generate-man.sh
index 7412e5baa5265553bfdf3335d7601c9b7ddbad1f..66a855b15e9f7ac7e4a5ac5cb5c2ce339f08968f 100755
(executable)
--- 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