]> git.donarmstrong.com Git - debian/debian-policy.git/blob - autopkgtest/Makefile
Release policy 3.9.7.0
[debian/debian-policy.git] / autopkgtest / Makefile
1 all: autopkgtest.html autopkgtest.txt.gz
2
3 autopkgtest.html: autopkgtest.md.expanded
4         markdown $< > $@
5
6 autopkgtest.txt.gz: autopkgtest.md.expanded
7         gzip -ncf9 $< > $@
8
9 autopkgtest.md.expanded: autopkgtest.md version.txt
10         cat $^ > $@
11
12 clean:
13         rm -f autopkgtest.html autopkgtest.txt.gz $(wildcard *.expanded)