From 0da67c25276e687425712d16614d800632fbb7ba Mon Sep 17 00:00:00 2001 From: Ryan Fox Date: Fri, 14 Aug 2020 00:52:03 +0000 Subject: [PATCH] Add missing dependencies for index.html --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 $< $@