File

man/Makefile @ 10038:7dd0dddd8e02 0.11

util.sql: Ignore if tables and indices already exist on creation (fixes #1064) Tested with SQLite3 3.16.2 and 3.27.2 and Postgres 11. MySQL does not support IF NOT EXISTS for indices so not handled here.
author Kim Alvefur <zash@zash.se>
date Thu, 30 May 2019 23:50:28 +0200
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

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