From cf1a5ea434ce529f0c2dba4a1e53d689c1c48b45 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 4 May 2025 09:10:13 -0300 Subject: Makefile: Remove extraneous src/global.conf dependency of XML files --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b4a0985..8965b4f 100644 --- a/Makefile +++ b/Makefile @@ -269,14 +269,14 @@ $(categories.htmllisting): $(categories.txt): src/global.conf mkwb categories src/global.conf $(@D) > $@ -$(categories.xml): src/global.conf +$(categories.xml): for f in `cat $*.txt`; do \ c="`printf '%s\n' "$$f" | cut -d. -f2`"; \ mkwb feed src/global.conf "$$f" > $(@D)/feed."$$c".xml; \ printf '%s\n' $(@D)/feed."$$c".xml; \ done > $@ -$(feeds.xml): src/global.conf +$(feeds.xml): mkwb feed src/global.conf $(@D)/sortdata.txt > $@ $(contents.gz): -- cgit v1.2.3