File

man/Makefile @ 11151:498b3ab49b9c

core.modulemanager: Fix error if installer path missing Happens if run outside prosody. Noticed because because the storage tests fail.
author Kim Alvefur <zash@zash.se>
date Sun, 11 Oct 2020 14:27:28 +0200
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

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