summaryrefslogtreecommitdiff
path: root/index_pages.mk
blob: e8e0c54ecc3e739b4721871161f2c0f1807eef0a (plain)
1
2
3
4
5
POSTS = $(filter-out content/posts/index.md, $(wildcard content/posts/*.md))
GENERATEDMD  = content/posts/index.md

content/posts/index.md: $(POSTS)
	scripts/generate_post_index > $@