[aur-general] [tu-bylaws] [PATCH] Add Makefile and ".gitignore"
5 Nov
2012
5 Nov
'12
9:49 p.m.
Signed-off-by: Lukas Fleischer <archlinux@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
4434
Age (days ago)
4434
Last active (days ago)
0 comments
1 participants
participants (1)
-
Lukas Fleischer