diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |