File

man/Makefile @ 13041:61b00bd20074

mod_admin_shell: Fix attempt to compare number with string Missed the # in 93c1590b5951
author Kim Alvefur <zash@zash.se>
date Fri, 07 Apr 2023 13:04:15 +0200
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

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