File

man/Makefile @ 8284:22460456c3a3

configure: Remove unused OS and architecture detection that would most likely fail on systems without gcc
author Kim Alvefur <zash@zash.se>
date Thu, 28 Sep 2017 12:30:43 +0200
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

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