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 /Makefile | |
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 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 \ |