Switch to unified view

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