From 54e4cc514976cca70281e68372cd2fd40897aa4f Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Tue, 2 Jun 2026 07:46:03 +0200 Subject: [PATCH] Publish lists with title 'Rundown:' --- pub.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pub.mk b/pub.mk index 23171de..8c7a9b1 100644 --- a/pub.mk +++ b/pub.mk @@ -18,7 +18,7 @@ $(publish): .publish/%.md: %.md | .dbs/notes.rec .dbs/requires.fmt cmds != recsel command.rec -t command -G bin -CP bin | sort -u lists = $(patsubst %,.publish/lists/%.md, $(cmds)) -get_title = printf 'title: %s\n' '${1}' +get_title = printf 'title: Rundown: %s\n' '${1}' get_tags = recsel -t $(basename $<) $< -G bin \ -e 'bin = "$(1)"' -U -CP tag,bin | \ sed 's/.*/- &/'