diff options
author | EuAndreh <eu@euandre.org> | 2025-05-01 18:21:33 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-01 18:21:33 -0300 |
commit | d8bf25cb07a7aa88840f1df81b0a022bdf683f4f (patch) | |
tree | fdc08d5a88ddb3afa7379b49f4a60cbd913591dd /deps.mk | |
parent | mkdeps.sh: Fixup indentation (diff) | |
download | euandre.org-d8bf25cb07a7aa88840f1df81b0a022bdf683f4f.tar.gz euandre.org-d8bf25cb07a7aa88840f1df81b0a022bdf683f4f.tar.xz |
Support multiple names for "categories" file
Diffstat (limited to '')
-rw-r--r-- | deps.mk | 28 |
1 files changed, 14 insertions, 14 deletions
@@ -311,12 +311,6 @@ src/content/en/til/categories.snippets.gz: src/content/en/til/categories.snippet src/content/pt/hea/categorias.snippets.gz: src/content/pt/hea/categorias.snippets src/content/en/slide/2020/10/19/feature-flags.pdf.gz: src/content/en/slide/2020/10/19/feature-flags.pdf src/content/en/slide/2020/11/14/local-first-hype.pdf.gz: src/content/en/slide/2020/11/14/local-first-hype.pdf -src/content/en/blog/categories.xml.gz: src/content/en/blog/categories.xml -src/content/en/pastebin/categories.xml.gz: src/content/en/pastebin/categories.xml -src/content/en/podcast/categories.xml.gz: src/content/en/podcast/categories.xml -src/content/en/screencast/categories.xml.gz: src/content/en/screencast/categories.xml -src/content/en/til/categories.xml.gz: src/content/en/til/categories.xml -src/content/pt/hea/categories.xml.gz: src/content/pt/hea/categories.xml src/content/en/blog/feed.xml.gz: src/content/en/blog/feed.xml src/content/en/pastebin/feed.xml.gz: src/content/en/pastebin/feed.xml src/content/en/podcast/feed.xml.gz: src/content/en/podcast/feed.xml @@ -1015,6 +1009,7 @@ src/content/en/blog/index.htmllisting src/content/en/blog/categories.htmllisting src/content/en/blog/categories.txt: $(articles.en.blog.categorydata) src/content/en/blog/categories.txt src/content/en/blog/feed.xml: $(articles.en.blog.feedentry) src/content/en/blog/categories.htmllisting src/content/en/blog/categories.xml: src/content/en/blog/categories.txt +src/content/en/blog/categories.xml.gz: src/content/en/blog/categories.xml articles.en.pastebin.adoc = \ @@ -1060,6 +1055,7 @@ src/content/en/pastebin/index.htmllisting src/content/en/pastebin/categories.htm src/content/en/pastebin/categories.txt: $(articles.en.pastebin.categorydata) src/content/en/pastebin/categories.txt src/content/en/pastebin/feed.xml: $(articles.en.pastebin.feedentry) src/content/en/pastebin/categories.htmllisting src/content/en/pastebin/categories.xml: src/content/en/pastebin/categories.txt +src/content/en/pastebin/categories.xml.gz: src/content/en/pastebin/categories.xml articles.en.podcast.adoc = \ @@ -1084,6 +1080,7 @@ src/content/en/podcast/index.htmllisting src/content/en/podcast/categories.htmll src/content/en/podcast/categories.txt: $(articles.en.podcast.categorydata) src/content/en/podcast/categories.txt src/content/en/podcast/feed.xml: $(articles.en.podcast.feedentry) src/content/en/podcast/categories.htmllisting src/content/en/podcast/categories.xml: src/content/en/podcast/categories.txt +src/content/en/podcast/categories.xml.gz: src/content/en/podcast/categories.xml articles.en.screencast.adoc = \ @@ -1108,6 +1105,7 @@ src/content/en/screencast/index.htmllisting src/content/en/screencast/categories src/content/en/screencast/categories.txt: $(articles.en.screencast.categorydata) src/content/en/screencast/categories.txt src/content/en/screencast/feed.xml: $(articles.en.screencast.feedentry) src/content/en/screencast/categories.htmllisting src/content/en/screencast/categories.xml: src/content/en/screencast/categories.txt +src/content/en/screencast/categories.xml.gz: src/content/en/screencast/categories.xml articles.en.til.adoc = \ @@ -1154,6 +1152,7 @@ src/content/en/til/index.htmllisting src/content/en/til/categories.htmllisting: src/content/en/til/categories.txt: $(articles.en.til.categorydata) src/content/en/til/categories.txt src/content/en/til/feed.xml: $(articles.en.til.feedentry) src/content/en/til/categories.htmllisting src/content/en/til/categories.xml: src/content/en/til/categories.txt +src/content/en/til/categories.xml.gz: src/content/en/til/categories.xml articles.pt.hea.adoc = \ @@ -1170,11 +1169,12 @@ src/content/pt/hea/feed.xml: src/content/pt/hea/sortdata.txt src/content/pt/hea/feed.xml: $(articles.pt.hea.sortdata) src/content/pt/hea/index.htmllisting: src/content/pt/hea/sortdata.txt src/content/pt/hea/index.htmllisting: $(articles.pt.hea.sortdata) -src/content/pt/hea/categories.htmllisting: src/content/pt/hea/sortdata.txt -src/content/pt/hea/categories.htmllisting: $(articles.pt.hea.sortdata) -src/content/pt/hea/categories.txt: src/content/pt/hea/sortdata.txt -src/content/pt/hea/categories.txt: $(articles.pt.hea.sortdata) -src/content/pt/hea/index.htmllisting src/content/pt/hea/categories.htmllisting: $(articles.pt.hea.indexentry) -src/content/pt/hea/categories.txt: $(articles.pt.hea.categorydata) -src/content/pt/hea/categories.txt src/content/pt/hea/feed.xml: $(articles.pt.hea.feedentry) -src/content/pt/hea/categories.htmllisting src/content/pt/hea/categories.xml: src/content/pt/hea/categories.txt +src/content/pt/hea/categorias.htmllisting: src/content/pt/hea/sortdata.txt +src/content/pt/hea/categorias.htmllisting: $(articles.pt.hea.sortdata) +src/content/pt/hea/categorias.txt: src/content/pt/hea/sortdata.txt +src/content/pt/hea/categorias.txt: $(articles.pt.hea.sortdata) +src/content/pt/hea/index.htmllisting src/content/pt/hea/categorias.htmllisting: $(articles.pt.hea.indexentry) +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/pt/hea/categorias.xml.gz: src/content/pt/hea/categorias.xml |