From cc3ac0d7b0b7311a3c0e079abac3256f3f22aae7 Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Sat, 6 Jun 2026 14:14:33 +0200 Subject: [PATCH] Remove colon from rundown lists --- pub.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pub.mk b/pub.mk index 8c7a9b1..e96fc95 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: Rundown: %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/.*/- &/'