From 2325d0609c4d6504446519fc66359aae32e17b38 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Mon, 25 Mar 2019 21:09:45 -0400 Subject: [PATCH] Makefile ({talks,papers}.html): src/%.sh dependency This was forgotten. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4c3506a..268beb1 100644 --- a/Makefile +++ b/Makefile @@ -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