From 63f7c3a56a6ad21b24c2c10a7dcb9c8fadeac69e Mon Sep 17 00:00:00 2001 From: urosm Date: Thu, 2 May 2024 21:47:26 +0200 Subject: [PATCH] fixup! update `Makefile` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fd8271f..85db6a1 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ public_html/%.html: %.md --defaults bavbavhaus.net.yaml \ --template bavbavhaus.net.html5 \ --metadata url=$*.html \ - $(patsubst %,--metadata links=%,$(filter-out $<,$^)) \ + $(patsubst %,--metadata links=%,$(call getparts,$(links))) \ --output $@ \ $<