mirror of https://github.com/containers/podman.git
Merge pull request #4635 from ssbarnea/fix/go-md2man
Attempt to install go-md2man only if missing
This commit is contained in:
commit
10f733497f
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue