File

man/Makefile @ 11171:2c1583bb0e0f 0.11

util.strbitop: Remove redundant init function When you have 3 almost identical functions, you tend to edit one and then copypaste. Forgot to remove this line from the other two.
author Kim Alvefur <zash@zash.se>
date Thu, 15 Oct 2020 17:05:53 +0200
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

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