man/Makefile
author Matthew Wild <mwild1@gmail.com>
Fri, 14 Oct 2022 11:21:16 +0100
changeset 12777 f100c1035576
parent 7035 817c7b197ac7
permissions -rw-r--r--
mod_c2s: Include stream attributes in stream-features event We need this to access 'from' in SASL2/FAST.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7035
817c7b197ac7 man prosodyctl: Accidentally markdown
Kim Alvefur <zash@zash.se>
parents:
diff changeset
     1
all: prosodyctl.man
817c7b197ac7 man prosodyctl: Accidentally markdown
Kim Alvefur <zash@zash.se>
parents:
diff changeset
     2
817c7b197ac7 man prosodyctl: Accidentally markdown
Kim Alvefur <zash@zash.se>
parents:
diff changeset
     3
%.man: %.markdown
817c7b197ac7 man prosodyctl: Accidentally markdown
Kim Alvefur <zash@zash.se>
parents:
diff changeset
     4
	pandoc -s -t man -o $@ $^