File

man/Makefile @ 13330:49ecfb070240

util.async: Export a table of currently-waiting runners This can be used for debugging and introspection.
author Matthew Wild <mwild1@gmail.com>
date Tue, 21 Nov 2023 18:11:40 +0000
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

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