File

man/Makefile @ 12759:ec54fe0003d5 0.12

util.jsonschema: Fix Lua 5.2 integer compat math.type() is unavailable before Lua 5.3 so this should use the compat function added at the top
author Kim Alvefur <zash@zash.se>
date Sun, 09 Oct 2022 15:38:36 +0200
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

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