File

man/Makefile @ 8225:70cb72f46a3b

util.format: A string.format wrapper that gracefully handles invalid arguments
author Waqas Hussain <waqas20@gmail.com>
date Sun, 10 Sep 2017 12:42:05 -0400
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

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