File

man/Makefile @ 7234:161f9f163e37

Makefile: Reduce verbosity of 'make test' so it only shows test failures
author Matthew Wild <mwild1@gmail.com>
date Fri, 04 Mar 2016 22:17:38 +0000
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

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