[aur-general] [tu-bylaws] [PATCH] Add Makefile and ".gitignore"

Lukas Fleischer archlinux at cryptocrack.de
Mon Nov 5 16:49:16 EST 2012


Signed-off-by: Lukas Fleischer <archlinux at cryptocrack.de>
---
 .gitignore | 1 +
 Makefile   | 9 +++++++++
 2 files changed, 10 insertions(+)
 create mode 100644 .gitignore
 create mode 100644 Makefile

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2d19fc7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.html
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..e0dcb17
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,9 @@
+all: tu-bylaws.html
+
+%.html: %.txt
+	asciidoc -a toc $<
+
+clean:
+	rm tu-bylaws.html
+
+.PHONY: all
-- 
1.8.0



More information about the aur-general mailing list