aboutsummaryrefslogtreecommitdiffstats
path: root/man/Makefile
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2015-12-23 14:19:01 +0100
committerKim Alvefur <zash@zash.se>2015-12-23 14:19:01 +0100
commit523940dc9d5265953eefc25876d3d415e6797df8 (patch)
tree30bee67af7822f376cc39b69302a6e8da42d05d7 /man/Makefile
parent8a91b6495ecdbdcd458eb3bba80664b6ea494234 (diff)
downloadprosody-523940dc9d5265953eefc25876d3d415e6797df8.tar.gz
prosody-523940dc9d5265953eefc25876d3d415e6797df8.zip
man prosodyctl: Accidentally markdown
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 $@ $^