File

man/Makefile @ 13671:0c8c1a8338d1 13.0

core.configmanager: Delay reporting warnings about Credential until use Too much noise to use Credential if you get a pile of warnings every time you touch prosodyctl for anything. This way warnings should be printed only if e.g used by prosodyctl check config or a module command.
author Kim Alvefur <zash@zash.se>
date Wed, 12 Feb 2025 22:35:39 +0100
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

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