diff options
author | Mike Gerwitz <mtg@gnu.org> | 2019-03-25 21:09:45 -0400 |
---|---|---|
committer | Mike Gerwitz <mtg@gnu.org> | 2019-03-25 21:09:45 -0400 |
commit | 2325d0609c4d6504446519fc66359aae32e17b38 (patch) | |
tree | b3e1085aa844d10a5a791750fd74addd2c7b8487 | |
parent | 2b52c98c073500b3305f42381997880dcdeb7218 (diff) | |
download | thoughts-2325d0609c4d6504446519fc66359aae32e17b38.tar.gz thoughts-2325d0609c4d6504446519fc66359aae32e17b38.tar.bz2 thoughts-2325d0609c4d6504446519fc66359aae32e17b38.zip |
Makefile ({talks,papers}.html): src/%.sh dependency
This was forgotten.
-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 |