http/Makefile doesn't prune non-post files in

http/src/blog,http/src/microlog
This commit is contained in:
2026-06-18 09:25:04 +01:00
parent f219908d67
commit 3c132ca4dc
+1 -1
View File
@@ -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