File

man/Makefile @ 8683:867ac771fb6e

util.async: Remove async.once(), can now be replaced by runner():run(func)
author Matthew Wild <mwild1@gmail.com>
date Fri, 23 Mar 2018 14:22:01 +0000
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

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