File

man/Makefile @ 13403:0369f6986824

tools: Fix selection of container engine Seems command -v in sh only checks and returns one argument, unlike bash.
author Kim Alvefur <zash@zash.se>
date Tue, 12 Dec 2023 16:19:04 +0100
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

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