File

man/Makefile @ 9795:02735bc82126

mod_websocket: Drop CORS code in favor of that in mod_http Like for mod_bosh, deprecates consider_websocket_secure and depend on mod_http_crossdomain if it is set.
author Kim Alvefur <zash@zash.se>
date Thu, 04 Oct 2018 12:24:08 +0200
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

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