File

man/Makefile @ 7071:d9e620adfb64

Makefile: Add 'test' target that runs tests
author Kim Alvefur <zash@zash.se>
date Sun, 10 Jan 2016 00:17:54 +0100
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

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