diff options
author | EuAndreh <eu@euandre.org> | 2025-04-14 13:05:29 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-04-14 13:05:29 -0300 |
commit | fe9368b2f810c2f2d869abbe2e73b8eff090ca78 (patch) | |
tree | b385d53bf3734077b2e4f93a14f4fc80ef10eaa5 /deps.mk | |
parent | mkdeps.sh: Simple refactor while adding deps for categories.htmllisting files (diff) | |
download | euandre.org-fe9368b2f810c2f2d869abbe2e73b8eff090ca78.tar.gz euandre.org-fe9368b2f810c2f2d869abbe2e73b8eff090ca78.tar.xz |
mkdeps.sh, Makefile: Fix generation of correct categories.htmllisting files
Diffstat (limited to 'deps.mk')
-rw-r--r-- | deps.mk | 30 |
1 files changed, 20 insertions, 10 deletions
@@ -860,6 +860,16 @@ src/content/pastebins/categories.htmlheader src/content/pastebins/categories.htm src/content/podcasts/categories.htmlheader src/content/podcasts/categories.htmlfooter: src/content/podcasts/categories.conf src/content/screencasts/categories.htmlheader src/content/screencasts/categories.htmlfooter: src/content/screencasts/categories.conf src/content/tils/categories.htmlheader src/content/tils/categories.htmlfooter: src/content/tils/categories.conf +src/content/blog/index.htmllisting: src/content/blog/index.conf +src/content/pastebins/index.htmllisting: src/content/pastebins/index.conf +src/content/podcasts/index.htmllisting: src/content/podcasts/index.conf +src/content/screencasts/index.htmllisting: src/content/screencasts/index.conf +src/content/tils/index.htmllisting: src/content/tils/index.conf +src/content/blog/categories.htmllisting: src/content/blog/categories.conf +src/content/pastebins/categories.htmllisting: src/content/pastebins/categories.conf +src/content/podcasts/categories.htmllisting: src/content/podcasts/categories.conf +src/content/screencasts/categories.htmllisting: src/content/screencasts/categories.conf +src/content/tils/categories.htmllisting: src/content/tils/categories.conf src/content/blog/index.html: src/content/blog/index.htmlheader src/content/blog/index.htmlfooter src/content/pastebins/index.html: src/content/pastebins/index.htmlheader src/content/pastebins/index.htmlfooter src/content/podcasts/index.html: src/content/podcasts/index.htmlheader src/content/podcasts/index.htmlfooter @@ -918,9 +928,9 @@ src/content/blog/categories.htmllisting: $(articles.blog.sortdata) src/content/blog/categories.txt: src/content/blog/sortdata.txt src/content/blog/categories.txt: $(articles.blog.sortdata) src/content/blog/index.htmllisting src/content/blog/categories.htmllisting: $(articles.blog.indexentry) -src/content/blog/categories.htmllisting src/content/blog/categories.txt: $(articles.blog.categorydata) +src/content/blog/categories.txt: $(articles.blog.categorydata) src/content/blog/categories.txt src/content/blog/feed.xml: $(articles.blog.feedentry) -src/content/blog/categories.xml: src/content/blog/categories.txt +src/content/blog/categories.htmllisting src/content/blog/categories.xml: src/content/blog/categories.txt articles.pastebins.adoc = \ @@ -963,9 +973,9 @@ src/content/pastebins/categories.htmllisting: $(articles.pastebins.sortdata) src/content/pastebins/categories.txt: src/content/pastebins/sortdata.txt src/content/pastebins/categories.txt: $(articles.pastebins.sortdata) src/content/pastebins/index.htmllisting src/content/pastebins/categories.htmllisting: $(articles.pastebins.indexentry) -src/content/pastebins/categories.htmllisting src/content/pastebins/categories.txt: $(articles.pastebins.categorydata) +src/content/pastebins/categories.txt: $(articles.pastebins.categorydata) src/content/pastebins/categories.txt src/content/pastebins/feed.xml: $(articles.pastebins.feedentry) -src/content/pastebins/categories.xml: src/content/pastebins/categories.txt +src/content/pastebins/categories.htmllisting src/content/pastebins/categories.xml: src/content/pastebins/categories.txt articles.podcasts.adoc = \ @@ -987,9 +997,9 @@ src/content/podcasts/categories.htmllisting: $(articles.podcasts.sortdata) src/content/podcasts/categories.txt: src/content/podcasts/sortdata.txt src/content/podcasts/categories.txt: $(articles.podcasts.sortdata) src/content/podcasts/index.htmllisting src/content/podcasts/categories.htmllisting: $(articles.podcasts.indexentry) -src/content/podcasts/categories.htmllisting src/content/podcasts/categories.txt: $(articles.podcasts.categorydata) +src/content/podcasts/categories.txt: $(articles.podcasts.categorydata) src/content/podcasts/categories.txt src/content/podcasts/feed.xml: $(articles.podcasts.feedentry) -src/content/podcasts/categories.xml: src/content/podcasts/categories.txt +src/content/podcasts/categories.htmllisting src/content/podcasts/categories.xml: src/content/podcasts/categories.txt articles.screencasts.adoc = \ @@ -1011,9 +1021,9 @@ src/content/screencasts/categories.htmllisting: $(articles.screencasts.sortdata) src/content/screencasts/categories.txt: src/content/screencasts/sortdata.txt src/content/screencasts/categories.txt: $(articles.screencasts.sortdata) src/content/screencasts/index.htmllisting src/content/screencasts/categories.htmllisting: $(articles.screencasts.indexentry) -src/content/screencasts/categories.htmllisting src/content/screencasts/categories.txt: $(articles.screencasts.categorydata) +src/content/screencasts/categories.txt: $(articles.screencasts.categorydata) src/content/screencasts/categories.txt src/content/screencasts/feed.xml: $(articles.screencasts.feedentry) -src/content/screencasts/categories.xml: src/content/screencasts/categories.txt +src/content/screencasts/categories.htmllisting src/content/screencasts/categories.xml: src/content/screencasts/categories.txt articles.tils.adoc = \ @@ -1057,6 +1067,6 @@ src/content/tils/categories.htmllisting: $(articles.tils.sortdata) src/content/tils/categories.txt: src/content/tils/sortdata.txt src/content/tils/categories.txt: $(articles.tils.sortdata) src/content/tils/index.htmllisting src/content/tils/categories.htmllisting: $(articles.tils.indexentry) -src/content/tils/categories.htmllisting src/content/tils/categories.txt: $(articles.tils.categorydata) +src/content/tils/categories.txt: $(articles.tils.categorydata) src/content/tils/categories.txt src/content/tils/feed.xml: $(articles.tils.feedentry) -src/content/tils/categories.xml: src/content/tils/categories.txt +src/content/tils/categories.htmllisting src/content/tils/categories.xml: src/content/tils/categories.txt |