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

This reverts commit 59a10cb95c.
This commit is contained in:
Astro 2022-07-10 01:41:42 +02:00
parent ae5df35a52
commit bafe4ec9dc
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:=$($(wildcard content/datenspuren/*.xml):content/datenspuren/%.xml=build/datenspuren/$(DS_YEAR)/%.html)
DS_PAGES:=$(patsubst content/datenspuren/%.xml, build/datenspuren/$(DS_YEAR)/%.html, $(wildcard content/datenspuren/*.xml))
DS_FEEDS:= \
build/datenspuren/2009/mitschnitte-rss.xml \
build/datenspuren/2010/mitschnitte-rss.xml \