cri-o/vendor/github.com/containers/storage/docs/Makefile

7 lines
105 B
Makefile
Raw Normal View History

GOMD2MAN = go-md2man
docs: $(patsubst %.md,%.1,$(wildcard *.md))
%.1: %.md
$(GOMD2MAN) -in $^ -out $@