From 59a10cb95c619d8367590f874256b611f07f92d2 Mon Sep 17 00:00:00 2001 From: nek0 Date: Thu, 7 Jul 2022 23:20:30 +0200 Subject: [PATCH] fix build rule for DS pages --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dd8652aa2..d065092f2 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ PLAYLISTS:=$(patsubst content/news/pentaradio%.xml, build/news/pentaradio%.xspf, $(patsubst content/news/pentaradio%.xml, build/news/pentaradio%.pls, $(wildcard content/news/pentaradio*.xml)) \ $(patsubst content/news/pentaradio%.xml, build/news/pentaradio%.m3u, $(wildcard content/news/pentaradio*.xml)) # Datenspuren-Seiten: -DS_PAGES:=$(patsubst content/datenspuren/%.xml, build/datenspuren/$(DS_YEAR)/%.html, $(wildcard content/datenspuren/*.xml)) +DS_PAGES:=$($(wildcard content/datenspuren/*.xml):content/datenspuren/%.xml=build/datenspuren/$(DS_YEAR)/%.html) DS_FEEDS:= \ build/datenspuren/2009/mitschnitte-rss.xml \ build/datenspuren/2010/mitschnitte-rss.xml \