Refresh Debian packaging, bring it to 2014
[zsh-lovers.git] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..a328348
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,15 @@
+all:
+       # html:
+       asciidoc zsh-lovers.1.txt
+       mv zsh-lovers.1.html zsh-lovers.html
+
+       # manpage:
+       a2x -f manpage zsh-lovers.1.txt
+
+       # pdf:
+       a2x -f pdf zsh-lovers.1.txt
+       mv zsh-lovers.1.pdf zsh-lovers.pdf
+
+clean:
+       rm -f zsh-lovers.1 zsh-lovers.html zsh-lovers.pdf
+