diff --git a/build-aux/TODO b/build-aux/TODO new file mode 100644 index 0000000..4b3c814 --- /dev/null +++ b/build-aux/TODO @@ -0,0 +1,8 @@ +GCK yait - TODO + +Todo: + + * Use the /*: something()@does something :*/ syntax for detecting entries + * Output html + +end of file TODO diff --git a/build-aux/gendoc.sh b/build-aux/gendoc.sh new file mode 100755 index 0000000..baa9cd5 --- /dev/null +++ b/build-aux/gendoc.sh @@ -0,0 +1,47 @@ +#!/bin/sh + +# Usage: $0 [options]... + +prog_name=$(basename $0) +tool_version="beta" +year=2025 + +fatal() { + echo "fatal: $*" >&2 + exit 1 +} + +run() { + "$@" || fatal "could not run: $*" +} + +print_help() { + cat </dev/null || echo 0) +Copyright (C) $year vx-clutch. +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +EOF +} + +header=$(cat < + + +DOCUMENT +