From d8bf25cb07a7aa88840f1df81b0a022bdf683f4f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 1 May 2025 18:21:33 -0300 Subject: Support multiple names for "categories" file --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 \ -- cgit v1.2.3