Parent: [076a5d] (diff)

Download this file

Makefile    18 lines (12 with data), 471 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
.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
upmpdcli-config.txt: ../src/upmpdcli.conf-dist
confxml --asciidoc ../src/upmpdcli.conf-dist > upmpdcli-config.txt-
mv -f upmpdcli-config.txt- upmpdcli-config.txt
clean:
rm -f *.html