File

man/Makefile @ 13377:81ae5e12550f

lua-format: Let simple things be one line This doesn't really handle nesting all that nicely tho.
author Kim Alvefur <zash@zash.se>
date Thu, 30 Nov 2023 18:45:05 +0100
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

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