--- a
+++ b/doc/Makefile
@@ -0,0 +1,9 @@
+.SUFFIXES: .txt .html
+
+.txt.html:
+	asciidoc $<
+
+all: upmpdcli.html
+
+clean:
+	rm -f *.html