aboutsummaryrefslogtreecommitdiffstats
path: root/man/Makefile
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2015-12-27 12:29:28 +0100
committerKim Alvefur <zash@zash.se>2015-12-27 12:29:28 +0100
commite1b247f298550899a261e9188784154dec7f4c15 (patch)
tree50c569b3a43e2bf21301dba4606a02940a6ed127 /man/Makefile
parent9cf26570d1ed58175107e606a044506e5210f501 (diff)
parent6e6e46038c6d65b1f00a4c532cb4b90da007807f (diff)
downloadprosody-e1b247f298550899a261e9188784154dec7f4c15.tar.gz
prosody-e1b247f298550899a261e9188784154dec7f4c15.zip
Merge 0.10->trunk
Diffstat (limited to 'man/Makefile')
-rw-r--r--man/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/man/Makefile b/man/Makefile
new file mode 100644
index 00000000..79bdd90a
--- /dev/null
+++ b/man/Makefile
@@ -0,0 +1,4 @@
+all: prosodyctl.man
+
+%.man: %.markdown
+ pandoc -s -t man -o $@ $^