diff options
| author | EuAndreh <eu@euandre.org> | 2026-09-07 05:44:09 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2026-09-07 05:44:09 -0300 |
| commit | 81c314cb7caadc8b884d17b768618381ae0ef23b (patch) | |
| tree | 1bac0873b1e95df3098f75502c3c23327f67efe1 | |
| parent | m (diff) | |
| download | euandre.org-81c314cb7caadc8b884d17b768618381ae0ef23b.tar.gz euandre.org-81c314cb7caadc8b884d17b768618381ae0ef23b.tar.xz | |
mkwb now names each article's .sortdata among the prerequisites of
the language front page that sorts by it. Without them the page
could be built before the data existed, which is what broke the
guix build of this site.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01KxLpaNQThKfMG3ecCJptP9
| -rw-r--r-- | deps.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1543,9 +1543,9 @@ src/content/pt/hea/categorias.txt: $(articles.pt.hea.categorydata) src/content/pt/hea/categorias.txt src/content/pt/hea/feed.xml: $(articles.pt.hea.feedentry) src/content/pt/hea/categorias.htmllisting src/content/pt/hea/categorias.xml: src/content/pt/hea/categorias.txt -src/content/en/index.htmllisting: src/content/en/blog/sortdata.txt $(articles.en.blog.homeentry) src/content/en/pastebin/sortdata.txt $(articles.en.pastebin.homeentry) src/content/en/podcast/sortdata.txt $(articles.en.podcast.homeentry) src/content/en/screencast/sortdata.txt $(articles.en.screencast.homeentry) src/content/en/slide/sortdata.txt $(articles.en.slide.homeentry) src/content/en/til/sortdata.txt $(articles.en.til.homeentry) +src/content/en/index.htmllisting: src/content/en/blog/sortdata.txt $(articles.en.blog.sortdata) $(articles.en.blog.homeentry) src/content/en/pastebin/sortdata.txt $(articles.en.pastebin.sortdata) $(articles.en.pastebin.homeentry) src/content/en/podcast/sortdata.txt $(articles.en.podcast.sortdata) $(articles.en.podcast.homeentry) src/content/en/screencast/sortdata.txt $(articles.en.screencast.sortdata) $(articles.en.screencast.homeentry) src/content/en/slide/sortdata.txt $(articles.en.slide.sortdata) $(articles.en.slide.homeentry) src/content/en/til/sortdata.txt $(articles.en.til.sortdata) $(articles.en.til.homeentry) -src/content/pt/index.htmllisting: src/content/pt/hea/sortdata.txt $(articles.pt.hea.homeentry) +src/content/pt/index.htmllisting: src/content/pt/hea/sortdata.txt $(articles.pt.hea.sortdata) $(articles.pt.hea.homeentry) translations = \ src/content/eo/index.adoc \ |
