Skip to content

Commit

Permalink
Merge pull request #3610 from flouthoc/always-use-generated-md2man
Browse files Browse the repository at this point in the history
docs: Use guaranteed path for go-md2man
  • Loading branch information
openshift-merge-robot committed Nov 2, 2021
2 parents ecd7474 + 5c21652 commit e8371b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
PREFIX := /usr/local
DATADIR := ${PREFIX}/share
MANDIR := $(DATADIR)/man
GOMD2MAN ?= $(shell command -v go-md2man || echo '$(GOBIN)/go-md2man')
# Following go-md2man is guaranteed on host
GOMD2MAN ?= ../tests/tools/build/go-md2man

docs: $(patsubst %.md,%,$(wildcard *.md))

Expand Down

0 comments on commit e8371b7

Please sign in to comment.