diff options
author | EuAndreh <eu@euandre.org> | 2022-04-12 14:07:03 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-04-12 14:07:03 -0300 |
commit | e69fa569342d2a9b34de967aa3ea867ecb492708 (patch) | |
tree | 4ec0732b82cc5a4d349926547ade6b64652214a0 | |
parent | Rename favicon to lord-favicon (diff) | |
download | euandre.org-e69fa569342d2a9b34de967aa3ea867ecb492708.tar.gz euandre.org-e69fa569342d2a9b34de967aa3ea867ecb492708.tar.xz |
Include TODOs.html file in website
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | Makefile | 6 |
2 files changed, 7 insertions, 1 deletions
@@ -24,3 +24,5 @@ /deps.mk /files.mk /torrent-files.txt + +/TODOs.html @@ -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 . + |