summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-05-01 18:21:33 -0300
committerEuAndreh <eu@euandre.org>2025-05-01 18:21:33 -0300
commitd8bf25cb07a7aa88840f1df81b0a022bdf683f4f (patch)
treefdc08d5a88ddb3afa7379b49f4a60cbd913591dd /Makefile
parentmkdeps.sh: Fixup indentation (diff)
downloadeuandre.org-d8bf25cb07a7aa88840f1df81b0a022bdf683f4f.tar.gz
euandre.org-d8bf25cb07a7aa88840f1df81b0a022bdf683f4f.tar.xz
Support multiple names for "categories" file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 823d3db..ed258c1 100644
--- a/Makefile
+++ b/Makefile
@@ -271,8 +271,8 @@ $(indexes.htmllisting):
$(categories.htmllisting):
mkwb categoriesbody $*.conf > $@
-$(categories.txt):
- mkwb categories $(@D) > $@
+$(categories.txt): src/global.conf
+ mkwb categories src/global.conf $(@D) > $@
$(categories.xml):
for f in `cat $*.txt`; do \