Parent: [06d030] (diff)

Child: [b2fdf8] (diff)

Download this file

Makefile    10 lines (6 with data), 135 Bytes

1
2
3
4
5
6
7
8
9
.SUFFIXES: .txt .html
.txt.html:
asciidoc $<
all: upmpdcli.html sc2mpd.html release-0.8.html release-0.9.html
clean:
rm -f *.html