aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2163b68..7729a82 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,8 @@ derived-assets = \
$(lilypond) \
$(favicons) \
$(podcasts.ogg) \
- $(torrents)
+ $(torrents) \
+ TODOs.html \
all: public
@@ -79,6 +80,9 @@ static/lord-favicon.ico: static/lord-favicon.svg
favicon.ico: static/lord-favicon.ico
ln -fs static/lord-favicon.ico $@
+TODOs.html: TODOs.md
+ sh aux/workflow/TODOs.sh -n website -m public-inbox -o .
+