File

man/Makefile @ 9145:51c5dd7a8ab9

MUC: Suppress error text when participants are kicked due to error in semi-anon rooms (fixes #563) This prevents information leaks (such as the occupant's server domain) which may be included in error messages.
author Matthew Wild <mwild1@gmail.com>
date Tue, 07 Aug 2018 13:32:11 +0100
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

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