File

man/Makefile @ 13340:92b7ccc76c3a

mod_storage_internal: Close archive list after completion of iteration This closes the two FDs that the random access list abstraction uses, otherwise they are left to the garbage collector.
author Kim Alvefur <zash@zash.se>
date Thu, 23 Nov 2023 17:49:57 +0100
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

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