Makefile ({talks,papers}.html): src/%.sh dependency

This was forgotten.
master
Mike Gerwitz 2019-03-25 21:09:45 -04:00
parent 2b52c98c07
commit 2325d0609c
Signed by: mikegerwitz
GPG Key ID: 8C917B7F5DC51BA2
1 changed files with 2 additions and 2 deletions

View File

@ -71,8 +71,8 @@ default: webroot
%.meta: %.html src/post2meta src/post2html
src/post2meta $< > $@
src/talks.html: src/talks.rec
src/papers.html: src/papers.rec
src/talks.html: src/talks.rec src/talks.sh
src/papers.html: src/papers.rec src/papers.sh
%.html %.xml: %.sh post/list $(pgdeps) $(phtml)
$< > $@
%.html: %.md src/post2html $(pgdeps) src/pandoc.tpl