summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-18 09:25:04 +0100
committerJoe Carstairs <me@joeac.net>2026-06-18 09:25:04 +0100
commit3c132ca4dcfe920744f0bed89202a3847945af0c (patch)
treedbfeb6152b09d621c26941479798ae7292ae17e1
parentf219908d67c7ce726641e5b425a29923674d45b5 (diff)
http/Makefile doesn't prune non-post files in
http/src/blog,http/src/microlog
-rw-r--r--http/Makefile2
1 files changed, 1 insertions, 1 deletions
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