File

man/Makefile @ 11222:4b39691a274e

util.error: rename is_err() -> is_error() More descriptive and consistent with e.g. is_promise().
author Matthew Wild <mwild1@gmail.com>
date Wed, 09 Dec 2020 13:59:51 +0000
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

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