libk  build-pdf.sh at [34c625a47b]

File global/build-pdf.sh artifact 045bd446a1 part of check-in 34c625a47b


#!/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