File

man/Makefile @ 9153:26c5a4a14905

encodings: Explicitly say that base64 decoding falls through in a switch, fixes a warning in gcc 7+.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Wed, 08 Aug 2018 09:29:32 +0200
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

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