From 3c132ca4dcfe920744f0bed89202a3847945af0c Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 18 Jun 2026 09:25:04 +0100 Subject: [PATCH] http/Makefile doesn't prune non-post files in http/src/blog,http/src/microlog --- http/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/Makefile b/http/Makefile index 10d2a86..894470d 100644 --- a/http/Makefile +++ b/http/Makefile @@ -58,7 +58,7 @@ endef define prune_blog_rule = .PHONY: prune_$(blog) prune_$(blog): - ./bin/prune_blog $(blog) + ./bin/prune_blog $(blog) *$(if $(BLOG_LAYOUT_$(blog)),.$(BLOG_LAYOUT_$(blog))).upphtml endef