summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-12-03 17:37:54 -0800
committerGitHub <noreply@github.com>2019-12-03 17:37:54 -0800
commit10f733497f37c6ed85756ba95f6e75f3443a90af (patch)
tree0c3f7365fee9e2f91ada4d11a822deca6903c352
parent06e2a20b3d76cc2d8a9a904846ddbc4fd9a212c3 (diff)
parentcf5bca133897e723a7ecce6f95e480f8b82382d5 (diff)
downloadpodman-10f733497f37c6ed85756ba95f6e75f3443a90af.tar.gz
podman-10f733497f37c6ed85756ba95f6e75f3443a90af.tar.bz2
podman-10f733497f37c6ed85756ba95f6e75f3443a90af.zip
Merge pull request #4635 from ssbarnea/fix/go-md2man
Attempt to install go-md2man only if missing
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d7c3cf7bd..8795dd5ff 100644
--- a/Makefile
+++ b/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