File

man/Makefile @ 12395:1e34b910b73a

util.logger: Return sink_function from add_simple_sink() This allows a simple sink to be later removed via remove_sink()
author Matthew Wild <mwild1@gmail.com>
date Thu, 17 Mar 2022 10:20:23 +0000
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

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