Skip to content

Commit

Permalink
Merge pull request #4635 from ssbarnea/fix/go-md2man
Browse files Browse the repository at this point in the history
Attempt to install go-md2man only if missing
  • Loading branch information
openshift-merge-robot authored Dec 4, 2019
2 parents 06e2a20 + cf5bca1 commit 10f7334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10f7334

Please sign in to comment.