diff options
author | EuAndreh <eu@euandre.org> | 2022-08-30 17:59:25 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-08-30 18:04:23 -0300 |
commit | 6dd2f395dbd0c209ea9efe1d69fdc4878a3e4a77 (patch) | |
tree | 7f4f396bbfb2b2ad7b5bb36337d376d12cdbacbd | |
parent | dynamic.mk: Remove "disabled" target (diff) | |
download | euandre.org-6dd2f395dbd0c209ea9efe1d69fdc4878a3e4a77.tar.gz euandre.org-6dd2f395dbd0c209ea9efe1d69fdc4878a3e4a77.tar.xz |
dynamic.mk: Add compat link to feed.blog.en.atom
Diffstat (limited to '')
-rw-r--r-- | dynamic.mk | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -47,12 +47,13 @@ favicons = \ favicon.ico \ ALL = \ - $(html) \ - $(lilypond) \ - $(torrent-files) \ - $(podcasts) \ - $(favicons) \ - TODOs.html \ + $(html) \ + $(lilypond) \ + $(torrent-files) \ + $(podcasts) \ + $(favicons) \ + TODOs.html \ + public/feed.blog.en.atom \ $(html): src/development/genhtml.sh @@ -76,6 +77,10 @@ static/lord-favicon.ico: static/lord-favicon.svg favicon.ico: static/lord-favicon.ico ln -fs static/lord-favicon.ico $@ +public/feed.blog.en.atom: + mkdir -p $(@D) + ln -s feed.articles.en.atom $@ + check: dev-check: check |