Switch to unified view

a/doc/Makefile b/doc/Makefile
1
.SUFFIXES: .txt .html
1
.SUFFIXES: .txt .html
2
2
3
.txt.html:
3
.txt.html:
4
    asciidoc $<
4
    asciidoc $<
5
5
6
all: upplay.html searching.html upplay-releases.html upplay-mingw.html \
6
all: upplay.html upplay-releases.html upplay-mingw.html \
7
     install.html songcast.html
7
     install.html songcast.html
8
8
9
clean:
9
clean:
10
    rm -f *.html
10
    rm -f *.html