Write some nice documentation about the design and APIs.
[~madcoder/pwqr.git] / Documentation / Makefile
diff --git a/Documentation/Makefile b/Documentation/Makefile
new file mode 100644 (file)
index 0000000..a42b796
--- /dev/null
@@ -0,0 +1,9 @@
+all: pwqr.html
+
+pwqr.html: pwqr.adoc
+       asciidoc -bhtml5 -o$@ $<
+
+clean:
+       $(RM) pwqr.html
+
+.PHONY: all clean