Improve documentation, improve has_pollin handling.
[~madcoder/pwqr.git] / Documentation / Makefile
1 all: pwqr.html
2
3 pwqr.html: pwqr.adoc
4         asciidoc -bhtml5 -o$@ $<
5
6 clean:
7         $(RM) pwqr.html
8
9 .PHONY: all clean