diff options
author | Kim Alvefur <zash@zash.se> | 2015-12-23 14:19:01 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2015-12-23 14:19:01 +0100 |
commit | 523940dc9d5265953eefc25876d3d415e6797df8 (patch) | |
tree | 30bee67af7822f376cc39b69302a6e8da42d05d7 /man/Makefile | |
parent | 8a91b6495ecdbdcd458eb3bba80664b6ea494234 (diff) | |
download | prosody-523940dc9d5265953eefc25876d3d415e6797df8.tar.gz prosody-523940dc9d5265953eefc25876d3d415e6797df8.zip |
man prosodyctl: Accidentally markdown
Diffstat (limited to 'man/Makefile')
-rw-r--r-- | man/Makefile | 4 |
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 $@ $^ |