Add missing dependencies for index.html
This commit is contained in:
parent
17d80bcbcb
commit
0da67c2527
3
Makefile
3
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 $< $@
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user