File

man/Makefile @ 9306:35c128b42509

net.server_epoll: Factor Direct TLS handling out of connection initialization Eventually it should be possible to create a socket that has a TLS context but that does not automatically start TLS on connect.
author Kim Alvefur <zash@zash.se>
date Thu, 13 Sep 2018 17:28:50 +0200
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

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