Parent: [35f5e2] (diff)

Child: [240b3e] (diff)

Download this file

Makefile    13 lines (8 with data), 245 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
.SUFFIXES: .txt .html
.txt.html:
asciidoc $<
all: upmpdcli.html sc2mpd.html scmulti.html upmpdcli-or-mpdupnp.html \
releases.html mpdas-upnp.html upmpdcli-cloud.html
upmpdcli.html: upmpdcli.txt upmpdcli-config.txt
clean:
rm -f *.html