File

man/Makefile @ 13653:e0bbf85edc21

prosodyctl: Fix check for whether to show init system warning Overlooked from testing.
author Matthew Wild <mwild1@gmail.com>
date Thu, 06 Feb 2025 15:43:23 +0000
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

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