summaryrefslogtreecommitdiff
path: root/http/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'http/Makefile')
-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