DistroHopper/docs/pandoc-man.mk
2025-05-20 03:29:41 +00:00

7 lines
166 B
Makefile

PANDOC ?= pandoc
PANDOC_OPTIONS = -f gfm+definition_lists
.SUFFIXES: .1.md .1 .5.md .5
.1.md.1 .5.md.5:
$(PANDOC) --standalone $(PANDOC_OPTIONS) --to man -o $@ $<