File

man/Makefile @ 9782:d844e197eedf

prosodyctl: Use the same runtime for starting prosody Improves the experience with the `make integration-test` command
author Kim Alvefur <zash@zash.se>
date Thu, 10 Jan 2019 15:25:38 +0100
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

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