summaryrefslogtreecommitdiff
path: root/man/Makefile
blob: 98528c3751de3084179e62572c32948f15579e1e (plain)
1
2
3
4
5
6
7
ALL=man1/stmd.1

.PHONY: all

all: $(ALL)
man1/%.1: %.1.md
	pandoc $< -o $@ -s -t man