From 726e546763c644d503f7078cfbcc6ba23439f7bf Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 6 Sep 2011 00:17:30 +0200 Subject: [PATCH] Makefile: build datenspuren/news-{atom,rss}.xml from ds11-* news thx to klObs --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c74bac62d..383dbdeb9 100644 --- a/Makefile +++ b/Makefile @@ -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))