libk  Artifact [045bd446a1]

Artifact 045bd446a19ea0ef11fd7c078a310b96ea752091c569036511322d2f967246f6:


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

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

say "facility under construction"
exit 0