File

man/Makefile @ 9426:e290a60f1f09

configure: Replace use of '-o' with '||' [SC2166]
author Matthew Wild <mwild1@gmail.com>
date Mon, 01 Oct 2018 16:18:56 +0100
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

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