mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
Merge pull request #4635 from ssbarnea/fix/go-md2man
Attempt to install go-md2man only if missing
This commit is contained in:
4
Makefile
4
Makefile
@ -487,8 +487,8 @@ endef
|
||||
fi
|
||||
|
||||
.install.md2man: .gopathok
|
||||
if [ ! -x "$(GOBIN)/go-md2man" ]; then \
|
||||
$(call go-get,github.com/cpuguy83/go-md2man); \
|
||||
if [ ! -x "$(GOMD2MAN)" ]; then \
|
||||
$(call go-get,github.com/cpuguy83/go-md2man); \
|
||||
fi
|
||||
|
||||
varlink_generate: .gopathok cmd/podman/varlink/iopodman.go ## Generate varlink
|
||||
|
Reference in New Issue
Block a user