Switch to unified view

a b/doc/Makefile
1
.SUFFIXES: .txt .html
2
3
.txt.html:
4
  asciidoc $<
5
6
all: upmpdcli.html
7
8
clean:
9
  rm -f *.html