Software /
code /
prosody
Annotate
man/Makefile @ 10767:a0166932479f
mod_register_ibr: Fix reporting of registration rejection reason
When the reason is reported as an util.error object the `reason` field
is empty and the reason text should be extacted from the error object.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 23 Apr 2020 19:02:44 +0200 |
parent | 7032:817c7b197ac7 |
rev | line source |
---|---|
7032
817c7b197ac7
man prosodyctl: Accidentally markdown
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
1 all: prosodyctl.man |
817c7b197ac7
man prosodyctl: Accidentally markdown
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
2 |
817c7b197ac7
man prosodyctl: Accidentally markdown
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
3 %.man: %.markdown |
817c7b197ac7
man prosodyctl: Accidentally markdown
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
4 pandoc -s -t man -o $@ $^ |