File

man/Makefile @ 11159:de76f566159e 0.11

net.http.server: Don't send Content-Length on 1xx/204 responses, per RFC (fixes #1596)
author Matthew Wild <mwild1@gmail.com>
date Tue, 13 Oct 2020 11:55:28 +0100
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

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