Switch to unified view

a/website/pages/Makefile b/website/pages/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: recoll-mingw.html recoll-windows.html
6
all: recoll-mingw.html recoll-windows.html \
7
     recoll-webui-install-wsgi.html
7
8
8
clean:
9
clean:
9
    rm -f *.html
10
    rm -f *.html