Artifact 045bd446a19ea0ef11fd7c078a310b96ea752091c569036511322d2f967246f6:
- Executable file global/build-html.sh — part of check-in [34c625a47b] at 2019-08-19 05:42:02 on branch trunk — switch over to new build mechanism and formally deprecate makefiles (user: lexi, size: 251) [annotate] [blame] [check-ins using]
- Executable file global/build-pdf.sh — part of check-in [34c625a47b] at 2019-08-19 05:42:02 on branch trunk — switch over to new build mechanism and formally deprecate makefiles (user: lexi, size: 251) [annotate] [blame] [check-ins using]
#!/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