[aur-dev] [PATCH 5/6] Add documentation Makefile

Lukas Fleischer lfleischer at archlinux.org
Sun Oct 4 09:41:48 UTC 2015


Signed-off-by: Lukas Fleischer <lfleischer at archlinux.org>
---
 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


More information about the aur-dev mailing list