Switch to unified view

a/website/idxthreads/Makefile b/website/idxthreads/Makefile
1
threadingRecoll.html : threadingRecoll.txt nothreads.png
1
.SUFFIXES: .txt .html
2
  asciidoc threadingRecoll.txt
2
3
.txt.html:
4
  asciidoc $<
5
6
all: threadingRecoll.html forkingRecoll.html xapDocCopyCrash.html
7