diff --git a/Makefile b/Makefile index ecc9cfa..f7eb171 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,9 @@ MUSIC_LISTS = dist/music/index.html dist/music/feed.xml all: $(PAGES_OUT) $(POSTS_OUT) $(MUSIC_OUT) $(POST_LISTS) $(MUSIC_LISTS) cp -urv static/. dist +dist/index.html: pages/index.md dist music.json $(POSTS_OUT) + scripts/template_md.py $< $@ + dist/%.html: pages/%.md | dist scripts/template_md.py $< $@