summaryrefslogtreecommitdiff
path: root/Makefile
blob: 3cfeb6fc32b9bd91deebf497b1f9c76da6fbfecb (plain)
1
2
3
4
5
6
7
# Makefile for Baserock definitions format specification

# This is available in the 'python3-markdown2' package on Fedora.
MARKDOWN2 = markdown2-3.4

spec.html: spec.mdwn
	$(MARKDOWN2) $< > $@