Signed-off-by: Lukas Fleischer <[email protected]>
---
 doc/Makefile | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 doc/Makefile

diff --git a/doc/Makefile b/doc/Makefile
new file mode 100644
index 0000000..df54c5d
--- /dev/null
+++ b/doc/Makefile
@@ -0,0 +1,9 @@
+all: rpc.html
+
+clean:
+       rm -rf *.html
+
+%.html: %.txt
+       asciidoc $<
+
+.PHONY: all clean
-- 
2.6.0

Reply via email to