File

man/Makefile @ 13736:42367f7e6e94 13.0

mod_admin_shell: Fix simple command execution (e.g. help)
author Matthew Wild <mwild1@gmail.com>
date Mon, 17 Feb 2025 19:10:26 +0000
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

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