Parent: [f4f420] (diff)

Child: [3b323b] (diff)

Download this file

Makefile    14 lines (9 with data), 298 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
.SUFFIXES: .txt .html
# volnitsky or flask
.txt.html:
asciidoc -b html5 -a toc2 -a theme=volnitsky $<
all: upmpdcli-manual.html upmpdcli-or-mpdupnp.html \
releases.html mpdas-upnp.html upmpdcli-cloud.html
upmpdcli-manual.html: upmpdcli-manual.txt upmpdcli-config.txt
clean:
rm -f *.html