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 | e310e18a50db40e86930cf905561495637b3616c (patch) | |
tree | 30bee67af7822f376cc39b69302a6e8da42d05d7 /man/Makefile | |
parent | 58430694ccab91489bffc7009044d4bc375de369 (diff) | |
download | prosody-e310e18a50db40e86930cf905561495637b3616c.tar.gz prosody-e310e18a50db40e86930cf905561495637b3616c.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 $@ $^ |