http/Makefile doesn't prune non-post files in
http/src/blog,http/src/microlog
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ endef
|
|||||||
define prune_blog_rule =
|
define prune_blog_rule =
|
||||||
.PHONY: prune_$(blog)
|
.PHONY: prune_$(blog)
|
||||||
prune_$(blog):
|
prune_$(blog):
|
||||||
./bin/prune_blog $(blog)
|
./bin/prune_blog $(blog) *$(if $(BLOG_LAYOUT_$(blog)),.$(BLOG_LAYOUT_$(blog))).upphtml
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user