Switch to unified view
a/doc/Makefile | b/doc/Makefile | ||
---|---|---|---|
1 | .SUFFIXES: .txt .html |
1 | .SUFFIXES: .txt .html |
2 | 2 | ||
3 | # volnitsky or flask |
||
3 | .txt.html: |
4 | .txt.html: |
4 | asciidoc -b html5 -a toc2 -a theme=volnitsky $< |
5 | asciidoc -b html5 -a toc2 -a theme=volnitsky $< |
5 | 6 | ||
6 | all: upmpdcli-manual.html upmpdcli-or-mpdupnp.html \ |
7 | all: upmpdcli-manual.html upmpdcli-or-mpdupnp.html \ |
7 | releases.html mpdas-upnp.html upmpdcli-cloud.html |
8 | releases.html mpdas-upnp.html upmpdcli-cloud.html |