summaryrefslogtreecommitdiff
path: root/index_pages.mk
blob: dbc6bb3e15684a3ab2ceee5a42d3f32c584a0b79 (plain)
1
2
3
4
5
6
7
8
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 > $@

clean:
	$(RM) $(GENERATEDMD)