Switch to side-by-side view
--- a +++ b/website/pages/Makefile @@ -0,0 +1,9 @@ +.SUFFIXES: .txt .html + +.txt.html: + asciidoc $< + +all: recoll-mingw.html + +clean: + rm -f *.html
--- a +++ b/website/pages/Makefile @@ -0,0 +1,9 @@ +.SUFFIXES: .txt .html + +.txt.html: + asciidoc $< + +all: recoll-mingw.html + +clean: + rm -f *.html