From 122ce49d23ff9c790219ac73829334e1ac0b3164 Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Thu, 23 Oct 2025 09:36:28 -0400 Subject: [PATCH] save --- build-aux/TODO | 8 ++++++++ build-aux/gendoc.sh | 47 +++++++++++++++++++++++++++++++++++++++++++ build-aux/header.html | 5 +++++ 3 files changed, 60 insertions(+) create mode 100644 build-aux/TODO create mode 100755 build-aux/gendoc.sh create mode 100644 build-aux/header.html 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 +