File

man/Makefile @ 13057:20b1526772d2 0.12

prosodyctl: Fix using variable content in a format string This broke if the error message contained a format specified such as '%s'.
author Matthew Wild <mwild1@gmail.com>
date Fri, 07 Apr 2023 15:54:59 +0100
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

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