File

man/Makefile @ 13588:899453f11f50

mod_cron: Don't run tasks if loaded inside prosodyctl It's common for modules to depend on mod_cron, and this can lead to it loading inside prosodyctl, where we don't really want to run any cron tasks.
author Matthew Wild <mwild1@gmail.com>
date Tue, 07 Jan 2025 18:06:29 +0000
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

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