Parent: [f72bf8] (diff)

Child: [addde4] (diff)

Download this file

Makefile    10 lines (6 with data), 113 Bytes

1
2
3
4
5
6
7
8
9
.SUFFIXES: .txt .html
.txt.html:
asciidoc $<
all: recoll-mingw.html recoll-windows.html
clean:
rm -f *.html