File

man/Makefile @ 11294:a1939b261f67

prosodyctl: Move UI related calls out of util.prosodyctl I think this follows the general separation of duties between prosodyctl and util.prosodyctl better.
author Kim Alvefur <zash@zash.se>
date Thu, 21 Jan 2021 19:04:57 +0100
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

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