|
|
|
@ -56,6 +56,9 @@ NEWS_PAGES:=$(patsubst content/news/%.xml, build/news/%.html, $(wildcard content
|
|
|
|
|
# News-Index und Feeds:
|
|
|
|
|
NEWSFILES:=build/news.html build/news-rss.xml build/news-atom.xml build/podcast.xml \
|
|
|
|
|
build/ical.ics build/xcal.xml build/reminders build/datenspuren/news-rss.xml build/datenspuren/news-atom.xml
|
|
|
|
|
PLAYLISTS:=$(patsubst content/news/pentaradio%.xml, build/news/pentaradio%.xspf, $(wildcard content/news/pentaradio*.xml)) \
|
|
|
|
|
$(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/%.html, $(wildcard content/datenspuren/*.xml))
|
|
|
|
|
# Suchseiten-Template
|
|
|
|
@ -145,6 +148,11 @@ build/reminders : VFLAGS_OUT=--noout
|
|
|
|
|
build/reminders: $(CALENDAR_SUMMARY) $(STYLE)
|
|
|
|
|
$(call xml_process)
|
|
|
|
|
|
|
|
|
|
# Playlists
|
|
|
|
|
build/%.xspf : VFLAGS_OUT=--noout --relaxng xsd/xspf-1_0.5.rng
|
|
|
|
|
build/%.m3u : NOVALID_IGNORE:=true
|
|
|
|
|
build/%.pls : NOVALID_IGNORE:=true
|
|
|
|
|
|
|
|
|
|
# Pages:
|
|
|
|
|
build/%.html: content/pages/%.xml $(STYLE) $(NAVIGATION) $(WWW_CCC_DE_UPDATES) $(CALENDAR_SUMMARY) $(DATESTAMP) news.xml
|
|
|
|
|
$(call xml_process)
|
|
|
|
|