File

man/Makefile @ 9696:ed0917381b4d

net.server_epoll: Bail on callback error An error calling a callback would be considered a truthy return value, which is not right.
author Kim Alvefur <zash@zash.se>
date Sat, 08 Dec 2018 21:28:48 +0100
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

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