From ec3c355ac4689aa808c2188f7982d824817624eb Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Thu, 30 Apr 2026 13:03:31 +0200 Subject: [PATCH] remove necessity to recompile command-lists --- Makefile | 2 +- cmd.mk | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 68b2b42..95113b0 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ default += .dbs/map.fmt include cmd.mk -.dbs/head.rec: | .dbs/ $(lists) +.dbs/head.rec: | .dbs/ printf '%s\n' '%rec: guide' > $@ printf '%s\n' '%key: path' >> $@ printf '%s\n' '%type: requires rec guide' >> $@ diff --git a/cmd.mk b/cmd.mk index 93af6a7..2c96221 100644 --- a/cmd.mk +++ b/cmd.mk @@ -2,8 +2,6 @@ cmds != recsel command.rec -t command -G bin -CP bin | sort -u lists = $(patsubst %,lists/%.md, $(cmds)) -default += $(lists) - get_title = printf 'title: %s\n' '${1}' get_tags = recsel -t $(basename $<) $< -G bin \ -e 'bin = "$(1)"' -U -CP tag,bin | \