|
|
|
@ -42,6 +42,8 @@ NAVIGATION=content/navigation.xml
|
|
|
|
|
WWW_CCC_DE_UPDATES=chaosupdates.xml
|
|
|
|
|
# Calendar summary::
|
|
|
|
|
CALENDAR_SUMMARY=calendar-summary.xml
|
|
|
|
|
# Datenspuren Fahrplan
|
|
|
|
|
DS_SCHEDULE=$(wildcard content/static/datenspuren/fahrplan/day/*.html)
|
|
|
|
|
|
|
|
|
|
### Ziele ###
|
|
|
|
|
# Mindestens 1x täglich neubauen wegen Chaosupdates & Kalender
|
|
|
|
@ -186,11 +188,10 @@ build/cgi-bin/search.html: content/cgi-bin/search.xml $(STYLE) $(NAVIGATION) $(D
|
|
|
|
|
$(call xml_process)
|
|
|
|
|
|
|
|
|
|
build/datenspuren/%html : STYLE=$(DS_STYLE)
|
|
|
|
|
build/datenspuren/%.html: content/datenspuren/%.xml $(DS_STYLE) news.xml
|
|
|
|
|
build/datenspuren/%.html: content/datenspuren/%.xml $(DS_STYLE) news.xml $(DS_SCHEDULE)
|
|
|
|
|
$(call xml_process)
|
|
|
|
|
|
|
|
|
|
#content/datenspuren/schedule.xml: content/static/datenspuren/fahrplan/days.de.html
|
|
|
|
|
# cp $< $@
|
|
|
|
|
build/datenspuren/schedule.html : content/static/datenspuren/fahrplan/index.de.html
|
|
|
|
|
|
|
|
|
|
build/datenspuren/news-rss.xml : STYLE=xsl/rss.xsl
|
|
|
|
|
build/datenspuren/news-rss.xml : NOVALID_IGNORE:=true
|
|
|
|
|