File

man/Makefile @ 13016:8aec903ea888

moduleapi: Add luacheck annotation to suppress warning about unused self This is a convenience function, and there is currently no module-specific code required to implement it. Not using 'self' is to be expected.
author Matthew Wild <mwild1@gmail.com>
date Sat, 01 Apr 2023 12:30:29 +0100
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

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