We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed5b663 + dc81def commit 51b00f9Copy full SHA for 51b00f9
Makefile
@@ -47,7 +47,7 @@ vendor: vendor.conf
47
## generate man pages from go source and markdown
48
.PHONY: manpages
49
manpages:
50
- scripts/dos/generate-man.sh
+ scripts/docs/generate-man.sh
51
52
## generate documentation YAML files consumed by docs repo
53
.PHONY: yamldocs
scripts/docs/generate-man.sh
@@ -18,7 +18,7 @@ MD2MAN_COMMIT=$(grep -F "$MD2MAN_REPO" vendor.conf | cut -d' ' -f2)
18
)
19
20
# Generate man pages from cobra commands
21
-go build -o /tmp/gen-manpages ./man
+go build -o /tmp/gen-manpages github.com/docker/cli/man
22
/tmp/gen-manpages --root . --target ./man/man1
23
24
# Generate legacy pages from markdown
0 commit comments