From eda14834e8af74bed2709c7701d160a1857ea7ae Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 25 Apr 2017 00:33:52 +0200 Subject: [PATCH] news-atom*: disable validation for now --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 4de6378ba..2aa4be814 100644 --- a/Makefile +++ b/Makefile @@ -145,6 +145,7 @@ build/news-rss.xml build/news-archiv-rss.xml : VFLAGS_OUT=$(VFLAGS) --schema xsd build/news-rss.xml : PFLAGS+=--stringparam archivefeed news-archiv-rss.xml build/news-atom.xml build/news-archiv-atom.xml : STYLE=xsl/atom.xsl build/news-atom.xml build/news-archiv-atom.xml : PFLAGS+=--stringparam prefix "" +build/news-atom.xml build/news-archiv-atom.xml : NOVALID=true build/news-atom.xml build/news-archiv-atom.xml : VFLAGS_OUT=$(VFLAGS) --relaxng xsd/atom.rng build/news-atom.xml : PFLAGS+=--stringparam archivefeed news-archiv-atom.xml build/podcast.xml build/podcast-archiv.xml : STYLE=xsl/podcast.xsl