Makefile: build datenspuren/news-{atom,rss}.xml from ds11-* news

thx to klObs
This commit is contained in:
Astro 2011-09-06 00:17:30 +02:00
parent 748d8b9a0b
commit 726e546763
1 changed files with 2 additions and 2 deletions

View File

@ -198,11 +198,11 @@ build/datenspuren/schedule.html : content/static/datenspuren/fahrplan/index.de.h
build/datenspuren/news-rss.xml : STYLE=xsl/rss.xsl
build/datenspuren/news-rss.xml : NOVALID:=true
build/datenspuren/news-rss.xml : PFLAGS+=--stringparam prefix ds09-
build/datenspuren/news-rss.xml : PFLAGS+=--stringparam prefix ds11-
build/datenspuren/news-rss.xml : VFLAGS_OUT=$(VFLAGS) --schema xsd/rss20.xsd
build/datenspuren/news-atom.xml : STYLE=xsl/atom.xsl
build/datenspuren/news-atom.xml : NOVALID:=true
build/datenspuren/news-atom.xml : PFLAGS+=--stringparam prefix ds09-
build/datenspuren/news-atom.xml : PFLAGS+=--stringparam prefix ds11-
build/datenspuren/news-atom.xml : VFLAGS_OUT=$(VFLAGS) --relaxng xsd/atom.rng
xhtml5-validate: $(patsubst build/%.html, build/%.html.xhtml5-validate, $(CONTENT))