Completely rewrite the build system
[debian-policy.git] / autopkgtest / Makefile
blob213ab59f3ea2f0cd0c4e076996cfd5669775c796
1 MDWN ?= multimarkdown
3 all: autopkgtest.html autopkgtest.txt
5 autopkgtest.html: autopkgtest.md.expanded
6 $(MDWN) $< > $@
8 autopkgtest.txt: autopkgtest.md.expanded
9 cat $< > $@
11 autopkgtest.md.expanded: autopkgtest.md version.txt
12 cat $^ > $@
14 clean:
15 rm -f autopkgtest.html autopkgtest.txt $(wildcard *.expanded)