diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-18 09:25:04 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-18 09:25:04 +0100 |
| commit | 3c132ca4dcfe920744f0bed89202a3847945af0c (patch) | |
| tree | dbfeb6152b09d621c26941479798ae7292ae17e1 /http/Makefile | |
| parent | f219908d67c7ce726641e5b425a29923674d45b5 (diff) | |
http/Makefile doesn't prune non-post files in
http/src/blog,http/src/microlog
Diffstat (limited to 'http/Makefile')
| -rw-r--r-- | http/Makefile | 2 |
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 |
