Makefile: datenspuren pages depend on schedule export

This commit is contained in:
Astro 2010-10-14 15:27:09 +02:00
parent 9b72eedd39
commit 63d8265a3f
1 changed files with 4 additions and 3 deletions

View File

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