man/Makefile
author Matthew Wild <mwild1@gmail.com>
Sat, 08 Oct 2022 23:55:22 +0100
changeset 12759 a09dacf660d2
parent 7035 817c7b197ac7
permissions -rw-r--r--
util.datetime: Add some missing test cases You guessed it, mutation testing.

all: prosodyctl.man

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