File

man/Makefile @ 9703:0cfb7b3593eb 0.11

MUC: Fix traceback when requesting voice (fixes #1269) (thanks jonas’) Introduced by change from add_child to add_direct_child in ce57c69a20e2 Why does add_direct_child not return self like everything else?
author Kim Alvefur <zash@zash.se>
date Sat, 15 Dec 2018 11:55:27 +0100
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

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