man/Makefile
author Kim Alvefur <zash@zash.se>
Sun, 07 Apr 2024 18:36:00 +0200
changeset 13480 b9267ce1b183
parent 7035 817c7b197ac7
permissions -rw-r--r--
mod_version: Fix uname result style (thanks riau) `result[, err]`, not `ok, err|result`, must have confused it with pcall

all: prosodyctl.man

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