diff options
author | Kim Alvefur <zash@zash.se> | 2015-12-27 12:29:28 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2015-12-27 12:29:28 +0100 |
commit | e1b247f298550899a261e9188784154dec7f4c15 (patch) | |
tree | 50c569b3a43e2bf21301dba4606a02940a6ed127 /man/Makefile | |
parent | 9cf26570d1ed58175107e606a044506e5210f501 (diff) | |
parent | 6e6e46038c6d65b1f00a4c532cb4b90da007807f (diff) | |
download | prosody-e1b247f298550899a261e9188784154dec7f4c15.tar.gz prosody-e1b247f298550899a261e9188784154dec7f4c15.zip |
Merge 0.10->trunk
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 $@ $^ |