File

man/Makefile @ 13476:b9267ce1b183

mod_version: Fix uname result style (thanks riau) `result[, err]`, not `ok, err|result`, must have confused it with pcall
author Kim Alvefur <zash@zash.se>
date Sun, 07 Apr 2024 18:36:00 +0200
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

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