From e69fa569342d2a9b34de967aa3ea867ecb492708 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 12 Apr 2022 14:07:03 -0300 Subject: Include TODOs.html file in website --- .gitignore | 2 ++ Makefile | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9d67eef..df3f81a 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,5 @@ /deps.mk /files.mk /torrent-files.txt + +/TODOs.html 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 . + -- cgit v1.2.3