From 4d53deabf418d2834df70ad84d8d25d6cf835248 Mon Sep 17 00:00:00 2001 From: rhiannon morris Date: Tue, 15 Mar 2022 04:41:08 +0100 Subject: [PATCH] remove yaml from STATICEXTS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 13ca4de..ff62cbc 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ BUILDDIR ?= _build POSTSDIR ?= posts TEMPLATEDIR ?= templates -STATICEXTS := yaml +STATICEXTS := POSTS != find $(POSTSDIR) -name '*.md' STATICS != parallel find $(POSTSDIR) -name '\*.{}' ::: $(STATICEXTS)