File

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
line wrap: on
line source

all: prosodyctl.man

%.man: %.markdown
	pandoc -s -t man -o $@ $^