begin command-snippets db

command.rec will be stored here, and generate articles.
This commit is contained in:
2026-03-26 22:44:23 +01:00
parent 5f4873fec5
commit c00c9aed16
6 changed files with 85 additions and 65 deletions

View File

@@ -32,9 +32,11 @@ $(foreach dir, $(categories), \
$(eval .dbs/$(dir).rec: $(wildcard $(dir)/*)) \
)
.dbs/:
%/:
mkdir $@
include cmd.mk
$(databases): .dbs/%.rec: %/ | .dbs/
$(info making $(@F))
for entry in $(shell find $< -type f -name "*.md") ; do \