File

man/Makefile @ 7134:b7b6b1d01224

loggingmanager: Refactor the console log sink to re-use the stdout sink which in turn uses the file sink (tailcalls!)
author Kim Alvefur <zash@zash.se>
date Thu, 04 Feb 2016 17:33:16 +0100
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

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