File

man/Makefile @ 8798:505722879b55

GNUmakefile: Add 'lint' target
author Matthew Wild <mwild1@gmail.com>
date Fri, 18 May 2018 14:58:14 +0100
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

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