File

man/Makefile @ 13634:7209769e88bc

mod_storage_sql: Don't treat Enter or Ctrl-C as yes in upgrade command It seems to imply that No is the default, so it shouldn't continue doing the Yes action unless you actually press Y
author Kim Alvefur <zash@zash.se>
date Thu, 23 Jan 2025 22:32:44 +0100
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

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