File

man/Makefile @ 10564:3098eac31139

mod_storage_sql: Remove unused and not actually returned return value [luacheck] The :delete throws an error, it does not return one like this.
author Kim Alvefur <zash@zash.se>
date Tue, 24 Dec 2019 00:49:43 +0100
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

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