#!/usr/bin/env bash
(test -d global && test -f build.sh) || {
	echo >&2 "($0) run [1m$me[21m from root of [1mlibk[21m source directory"
	exit 1
}

. global/common.sh
reqpack cmark "generate documentation"

say "facility under construction"
exit 0
