summaryrefslogtreecommitdiff
blob: f7d8d58aeb803fc6de976804c8fdd786f4a0b10a (plain)
1
2
3
4
5
6
7
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -1,2 +1,3 @@
-GOMD2MAN = ../tests/tools/build/go-md2man
+GOMD2MAN = $(shell command -v go-md2man)
+
 PREFIX ?= ${DESTDIR}/usr