aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: c5cee8d1042af48aec54e20dabc5cbfd25a8f2fa (plain) (blame)
1
2
3
4
5
6
7
8
9
RST2HTML = rst2html

all: airtunes2.html

%.html: %.rst
	$(RST2HTML) $< $@ || { rm -f $@; exit 1; }

clean:
	rm -f airtunes2.html