fix build rule for DS pages
c3d2-web deployed Details
c3d2-gemini deployed Details

This commit is contained in:
Nek0 - 2022-07-07 23:20:30 +02:00
parent 99d9b010c8
commit 59a10cb95c
1 changed files with 1 additions and 1 deletions

View File

@ -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 \